Configuration for a light Ethereum network to develop and test against.
Provides funding for accounts used in various Smart Contract Kit test suites.
docker pull smartcontract/devnet
docker run smartcontract/devnet
This also maps the host machine's ports 18545 and 18546 to the container's ports 8545 and 8546 respectively.
docker run -p 18545:8545 -p 18546:8546 smartcontract/devnet:latest --config /devnet/testnet.toml
See the k8s
or ecs
folder.