Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 680 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 680 Bytes

GodMode Logo

This is a wrapper for Ganache-CLI for the GodMode environment pointing to GodMode Ganache Core. This in turn allows you to take control of third-party contracts in a test environment and run forecasting.

For full information, check the Ganache-CLI repo.

Usage

Start by cloning this repository and installing dependencies

npm install

Run a local chain

npm run start

OR run a mainnet fork

export INFURA_PROJECT_ID=<your-infura-project-id>
npm run start-fork

License

MIT