casper-devnet 0.10.1

Launcher for local Casper Network development networks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod assets;
pub mod cli;
mod consensus_key_provider;
pub mod control;
mod diagnostics_port;
pub mod mcp;
mod node_launcher;
pub mod process;
pub mod state;

pub async fn run() -> anyhow::Result<()> {
    cli::run().await
}