33 releases (stable)

1.5.8 Aug 29, 2024
1.5.6 Feb 8, 2024
1.5.4 Nov 21, 2023
1.5.1 Jun 15, 2023
0.1.0 Nov 11, 2020

#13 in #casper

Download history 1/week @ 2024-11-13 5/week @ 2024-11-20 33/week @ 2024-11-27 201/week @ 2024-12-04 124/week @ 2024-12-11 22/week @ 2024-12-18 60/week @ 2025-01-01 10/week @ 2025-01-08 47/week @ 2025-02-05 6/week @ 2025-02-12 16/week @ 2025-02-19 26/week @ 2025-02-26

95 downloads per month

Apache-2.0

7MB
151K SLoC

casper-node

LOGO

Build Status Crates.io Documentation License

The component for running a node on the casper network.

Node Operator Guide

License

Licensed under the Apache License Version 2.0.


lib.rs:

Casper blockchain node

This crate contain the core application for the Casper blockchain. Run with --help to see available command-line arguments.

Application structure

While the main function is the central entrypoint for the node application, its core event loop is found inside the reactor.

Dependencies

~35–53MB
~1M SLoC