9 breaking releases

0.9.0 Dec 6, 2024
0.8.0 Nov 5, 2024
0.7.0 Oct 20, 2024
0.0.0-release Jul 8, 2024

#65 in #contracts

Download history 443/week @ 2024-10-10 708/week @ 2024-10-17 69/week @ 2024-10-24 188/week @ 2024-10-31 62/week @ 2024-11-07 99/week @ 2024-11-14 26/week @ 2024-11-21 21/week @ 2024-11-28 223/week @ 2024-12-05 79/week @ 2024-12-12 7/week @ 2024-12-19 3/week @ 2024-12-26 21/week @ 2025-01-02 27/week @ 2025-01-09

51 downloads per month
Used in 7 crates

Apache-2.0

195KB
4K 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

~37–52MB
~860K SLoC