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

#11 in #casper

Download history 78/week @ 2024-08-23 47/week @ 2024-08-30 1/week @ 2024-09-13 60/week @ 2024-09-20 14/week @ 2024-09-27 9/week @ 2024-10-04 21/week @ 2024-10-11 3/week @ 2024-10-18 18/week @ 2024-11-01 12/week @ 2024-11-08 3/week @ 2024-11-15 4/week @ 2024-11-22 89/week @ 2024-11-29 157/week @ 2024-12-06

253 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

~34–52MB
~1M SLoC