Automation for chainlink and ethereum developer nodes.
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
This project's source code is licensed under the MIT License, and contributions are welcome.
Please check out our contributing guidelines for more details.
Thank you!