Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 855 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 855 Bytes

Structure

Path Description
coordinator/ coordinator daemon
contracts/ l1/l2 bridge contracts
docker/ dockerfiles for various purposes
scripts/ helpful scripts
testnet/ contains files associated with the zkevm testnet

Setup

cp .env.example .env and edit the values. The account you specify in that file will be the miner of the clique network and will have ETH allocated in the genesis block.

If you make changes to the genesis file, then you have to delete the existing chain via docker compose down --volumes - this will delete any volumes associated with this setup. Use DOCKER_BUILDKIT=1 docker compose up to start the chain.

You can use ./scripts/dev.sh to start a local dev environment without the coordinator-service that drops you into a shell. Useful if you want to work on the coordinator/ daemon.