Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 330 Bytes

Rusty Coin

Rust Based Blockchain Learning Project

How to run

  1. Start up the origin node
RUST_LOG=trace cargo run --bin origin
  1. Spin up any number of miner nodes
RUST_LOG=trace cargo run --bin rusty_coin_miner
  1. send a transaction
cargo run --bin transaction_sender -- 127.0.0.1:8000