blockchains-security-toolkit/README.md
2022-10-03 18:16:57 -07:00

11 KiB

🧱☠️ 1337 blockchain hacker toolkit



🍩 sections in this repo


ethereum



other chains


tools



general




🍧 the evm




🍉 solidity




🌶 all things security



documented defi and blockchains exploits




🥞 contracts of interest




🧁 practice your hacking skils




🍰 hacking tools


ethereum general


somehow relevant


other useful tools



🍒 some notes && terminology


  • functions for external calls in contracts refers to functions being called by an initiating address.
  • event is what's being emitted inside a function.