evm_testnet

Crates.ioevm_testnet
lib.rsevm_testnet
version0.1.3
sourcesrc
created_at2024-10-22 18:59:57.267708
updated_at2024-11-06 13:49:18.491332
descriptionSafe Network EVM
homepagehttps://maidsafe.net
repositoryhttps://github.com/maidsafe/safe_network
max_upload_size
id1419091
size110,335
MaidSafe-QA (MaidSafe-QA)

documentation

README

EVM Testnet

Tool to run a local Ethereum node that automatically deploys all Autonomi smart contracts.

Requirements

  1. Install Foundry to get access to Anvil nodes: https://book.getfoundry.sh/getting-started/installation

Usage

cargo run --bin evm_testnet -- --genesis-wallet <ETHEREUM_ADDRESS>

Example output:

*************************
* Ethereum node started *
*************************
RPC URL: http://localhost:60093/
Payment token address: 0x5FbDB2315678afecb367f032d93F642f64180aa3
Chunk payments address: 0x8464135c8F25Da09e49BC8782676a84730C318bC
Deployer wallet private key: 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
Genesis wallet balance: (tokens: 20000000000000000000000000, gas: 9998998011366954730202)
Commit count: 5303

cargo fmt