Skip to content

CyberMonitor/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

No Contracts Type Difficulty Writeup published POC published Discord conversation
1 vulnerable/Exchange.sol,
tokens/StokenERC20.sol
ERC20 (handling transfer) Easy link
2 vulnerable/Staking.sol,
tokens/MockERC223.sol
Reentrancy (CEI pattern) Easy link
3 vulnerable/Takeover.sol Logical Easy link
4 vulnerable/Auction.sol,
tokens/MockERC721.sol
Logical (Push vs Pull pattern) Easy link
5 vulnerable/Staking2.sol,
tokens/ExpensiveToken.sol,
tokens/MockERC777.sol
Hard link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 74.9%
  • JavaScript 25.1%