Skip to content

ntampakas/zkevm-chain

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 53.0%
  • Solidity 43.4%
  • Dockerfile 1.7%
  • Other 1.9%