Contributions are welcome
To help you focus on the Ethernaut challenges itself, here are some of the challenges setup in hardhat environment (inspired by damn vulnerable defi) Currently, two contract setups are provided:
- Dex
- Dex2
The setup files can be found in test/*.setup.ts
.
Also, the solution for a couple more challenges can be found in test/*.test.ts
.
This project is using the Hardhat x Foundry template from this link.