Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
/ devnet Public archive

An Ethereum development network with preset configs for easy testing.

License

Notifications You must be signed in to change notification settings

smartcontractkit/devnet

Repository files navigation

Devnet CircleCI

Automation for chainlink and ethereum developer nodes.

Provides funding for accounts used in various Smart Contract Kit test suites.

Requirements

Install

docker pull smartcontract/devnet

Run

docker run smartcontract/devnet

Run Against Ropsten

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

Contributing

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!

About

An Ethereum development network with preset configs for easy testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published