Sending ethereum transactions with Rust
Based on https://github.com/craigwilliams84/rust-ethereum/ examples for previous rust edition
- Install ganache:
npm i -g ganache-cli
- Run private ethereum node locally:
ganache-cli -d
cargo build
cargo run