walletd_ethereum

Crates.iowalletd_ethereum
lib.rswalletd_ethereum
version0.2.0
sourcesrc
created_at2023-04-20 16:27:34.420661
updated_at2023-05-15 09:50:15.356125
descriptionEthereum walletd library
homepagehttps://walletd.org/
repositoryhttps://github.com/walletd/walletd
max_upload_size
id844595
size151,155
Devin (devinpearson)

documentation

README

WalletD Ethereum

For "local" examples, the examples require an instance of Ganache-CLI to be running. For "remote" examples, the examples expect a .env file with "INFURA_KEY" to be set. (this is still todo. See issue #74)

To get all examples to line up with ganache-cli, instantiate ganache-cli with the following command:

ganache-cli -b 3 -m "mandate rude write gather vivid inform leg swift usual early bamboo element"

To run examples, you can run all of them

cargo test --examples

You can also run specific examples by name

cargo run --example get_accounts_and_balances
Commit count: 214

cargo fmt