8 breaking releases

new 0.8.0 Nov 5, 2024
0.6.0 Oct 18, 2024
0.0.0-release Jul 8, 2024

#776 in Magic Beans

Download history 9/week @ 2024-09-16 4/week @ 2024-09-23 132/week @ 2024-10-07 921/week @ 2024-10-14 141/week @ 2024-10-21 45/week @ 2024-10-28 215/week @ 2024-11-04

1,334 downloads per month
Used in 7 crates

Apache-2.0

175KB
3.5K SLoC

essential-node

Crates.io Documentation license Build Status

Validation for Essential protocol.


lib.rs:

The Essential node implementation.

The primary API for accessing blocks and contracts is provided via the ConnectionPool type, accessible via the [db] function.

The node, via the [run] function:

  • Runs the relayer stream and syncs blocks.
  • Performs validation.

Dependencies

~38–53MB
~879K SLoC