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

#9 in #casper

49 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

~32–51MB
~883K SLoC