Rust Based Blockchain Learning Project
- Start up the origin node
RUST_LOG=trace cargo run --bin origin
- Spin up any number of miner nodes
RUST_LOG=trace cargo run --bin rusty_coin_miner
- send a transaction
cargo run --bin transaction_sender -- 127.0.0.1:8000