Skip to content

revmischa/community-challenges

Repository files navigation

  • All the writeups can be found under /writeups directory.
  • All the poc scripts can be found under /pocs directory.
npm i
for i in pocs/*.js; do npx hardhat run $i; done

Challenges Information

Contracts Type Difficulty Writeup published POC published
vulnerable/Exchange.sol,
tokens/StokenERC20.sol
ERC20 (handling transfer) Easy
vulnerable/Staking.sol,
tokens/MockERC223.sol
Easy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 73.7%
  • JavaScript 26.3%