/rust-ethereum-examples

Implementation of sending ethereum transactions with Rust

Primary LanguageRustApache License 2.0Apache-2.0

rust-ethereum-examples

Sending ethereum transactions with Rust

Based on https://github.com/craigwilliams84/rust-ethereum/ examples for previous rust edition

Before run

  • Install ganache: npm i -g ganache-cli
  • Run private ethereum node locally: ganache-cli -d

Build & Run

  • cargo build
  • cargo run