mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-17 22:20:29 -04:00
👾 notes and resources on decentralized protocols (e.g. oracles, bridges, honeypots, cryptography, decompilers, static analysis, bug bounties)
Smart-Contract-Security | ||
Solidity-Expert | ||
README.md |
🧱⛓☠️ Blockchain Development and Security
Solidity learning resources
- Solidity by example
- Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial
- Ethereum book
- Everything Solidity
- Solidity by Securitum bookcamp
- Solidity 201 primitives
- Smart contract programmer videos
Blockchain hacking resources
- Hacking the Blockchain: Ethereum
- Solidity security mind map
- Pitfalls and best practices
- Advanced Pitfalls and best practices
- SWC Registry
- Intro to Security first dev
- Capture the Ether
- 246 Findings From our Smart Contract Audits: An Executive Summary
- Dan Guido: Trail of Bits – The Evolution of Smart Contract Security
- Paradigm CTF
- Audit findings
- Advanced audit findings
- Video on audit findings
- Sigp public audits
- The Dangers of Price Oracles in Smart Contracts
- Strategies for Secure Governance with Smart Contracts
- Security in Upgrades of Smart Contracts
- Onward with Smart Contract Security
- Publications from Trail of Bits
- Damn vulnerable DeFi
- Smart contract security fundamentals by OpenZeppelin
- Paradigm CTF solutions
- White Hat panel: DeFi exploits
- Smart contract audit checklist
Basics on the EVM
- Ethereum's Whitepaper
- Speeding up the EVM by Flashbots
- "Even though at the moment the biggest bottleneck of Ethereum is not EVM's performance (the size of the Ethereum state storage is), it will soon be as Ethereum TPS goes up."
- EVM opcodes
- Understanding rollups