A ready-to-use Hardhat environment for smart contract security research and testing.
- Pre-configured Hardhat setup
- Slither integration
- Gas reporter
- Coverage reports
- Attack simulation scripts
npm install
npx hardhat compile
npx hardhat test
npx hardhat coverage
contracts/
├── vulnerable/
└── secure/
test/
scripts/
└── simulate-attack.js
- LinkedIn: linkedin.com/in/ayatdev
- GitHub: github.com/AyatDev