Test locally with zero-config forking using Infura's free archive node access
Description
Thanks to Infura's free archive node access, you can fork mainnet locally with zero configuration using Truffle's local test chain, Ganache. It's as easy as 'ganache -fork mainnet
'! You can also impersonate accounts, auto-mine blocks, and use Ganache programmatically with Node.js. Ganache allows you to customize a local blockchain for quick testing and mimicking production environments In this bounty, we want to see how you use Ganache to test your dapps!
Acceptance criteria
In order to be eligible for this bounty, we expect to see:
- A ganache network configured in your Truffle, HardHat, or Foundry config
- Deploying to and interacting with a forked Ganache instance in your demo video
- A list of any challenges or benefits you encountered while using Ganache
- Judging will lean towards full MVPs and applications that interact with pre-deployed contracts
Rewards
1000 reward pool
Resources
- Download Ganache
- https://github.com/trufflesuite/ganache#getting-started
- Get help with Ganache
- https://github.com/trufflesuite/ganache/discussions
- Ganache documentation
- https://github.com/trufflesuite/ganache#documentation