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.
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