32 releases (stable)

1.5.6 Feb 8, 2024
1.5.4 Nov 21, 2023
1.5.3 Oct 20, 2023
1.5.1 Jun 15, 2023
0.1.0 Nov 11, 2020

#25 in Magic Beans

Download history 4/week @ 2023-11-27 12/week @ 2023-12-04 1/week @ 2024-01-01 14/week @ 2024-01-08 1/week @ 2024-02-05 61/week @ 2024-02-19 50/week @ 2024-02-26 14/week @ 2024-03-04

125 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

~31–51MB
~859K SLoC