ethereum-optimism / mocktimism

[WIP!] Coordinates two anvil process (L1 and L2) for testing / forking op-stack chains (mocktimism placeholder name)
MIT License
20 stars 6 forks source link

What is Mocktimism?

Mocktimism is an all-inclusive development tool for OP Stack, similar to hardhat and anvil. It serves as a valuable resource for OP Stack developers in their local and end-to-end development efforts.

Local development and testing are essential components of software development, and Mocktimism plays a key role in the broader just works initiative, aimed at ensuring the compatibility of existing Ethereum tools with Optimism.

Developing on the OP Stack comes with its own set of challenges, including:

To draw an analogy, think of Mocktimism as the docker-compose for hardhat and anvil. Just as Docker is used to configure a single container, and docker-compose configures multiple containers, Mocktimism is the tool that OP-chain developers use to configure multiple chains when working with anvil and hardhat.