"today i learned" crypto dev links
This page lists some of my top links that I have found on the web.
Link submissions or link suggestions are welcome -- send me a DM on twitter.
Follow any/all links at your own risk. I am not responsible for the content of external websites linked to from cryptoguide.dev.
π Why ++i is cheaper in Solidity π 2022-12-29
π Guide to gas savings when incrementing numbers in Solidity
π·οΈ ethereum π·οΈ solidity π·οΈ gasπ Solarray - fast helper library for synamic Solidity arrays π 2022-12-24
π Useful for writing foundry test cases that involve arrays.
π·οΈ ethereum π·οΈ solidity π·οΈ foundry π·οΈ auditingπ QuickPoC π 2022-12-24
π easy POC template generation from the command line - useful when auditing
π·οΈ ethereum π·οΈ solidity π·οΈ foundry π·οΈ auditingπ Solidity storage packing guide π 2022-12-24
π Twitter thread about storage packing in Solidity
π·οΈ ethereum π·οΈ solidityπ Speed running bug hunting π 2022-12-16
π nice write up about bug hunting in smart contracts
π·οΈ audit π·οΈ ethereum π·οΈ solidity π·οΈ bugπ Plan to deprecate SELFDESTRUCT π 2022-12-10
π EIP-6049: Deprecate SELFDESTRUCT (in 'last call' status)
π·οΈ ethereum π·οΈ eip π·οΈ selfdestruct π·οΈ solidityπ ZK Resources π 2022-12-10
π Resources for zero knowledge proofs
π·οΈ ethereum π·οΈ eip π·οΈ selfdestruct π·οΈ solidityπ Overview of ZK EVMs π 2022-12-03
π zkEVMs: The Future of Ethereum Scalability - this is a nice intro to them
π·οΈ ethereum π·οΈ zkevm π·οΈ zero-knowledge π·οΈ guideπ Solidity quiz test π 2022-12-03
π Youtube video of going through a quite difficult test on Solidity
π·οΈ solidity π·οΈ videoπ EVM Storage Diagrams π 2022-12-03
π Nice twitter thread about how evm storage could be visualized
π·οΈ solidity π·οΈ evm π·οΈ ethereum π·οΈ guideπ Ethereum is a dark forest (2020) π 2022-11-28
π Interesting blog post about avoiding frontrunning
π·οΈ ethereum π·οΈ frontrunningπ UniSwap v3 book π 2022-10-16
π free book to find out about how uniswap is implemented
π·οΈ solidity π·οΈ defi π·οΈ uniswap π·οΈ book π·οΈ in-depthπ Damn Vulnerable Defi π 2022-09-19
π interactive game to tackle security issues in defi (ctf)
π·οΈ solidity π·οΈ security π·οΈ evm π·οΈ ctf π·οΈ defiπ Ethereum yellow paper π 2022-09-02
π read the technical guide to the EVM that powers the ethereum blockchain
π·οΈ evm π·οΈ ethereum π·οΈ technicalπ Ethereum Virtual Machine Opcodes π 2022-09-02
π Nice site that has a guide to the EVM opcodes
π·οΈ evm π·οΈ ethereum π·οΈ technicalπ evm.codes π 2022-09-02
π Best resource to read up on evm byte codes
π·οΈ evm π·οΈ ethereum π·οΈ technicalπ EIP-55 evm address checksum π 2022-01-30
π Learn about the checksum in ethereum wallet addresses
π·οΈ evm π·οΈ eip-55 π·οΈ checksumπ Crypto Zombies - learn solidity with an interactive game π 2022-01-01
π The perfect way to learn the very basics of Solidity. This will teach you the basics of the language
π·οΈ solidity π·οΈ game π·οΈ interactive π·οΈ beginners π·οΈ evmπ Ethernaut - CTF Solidity challengers π 2022-01-01
π CTF solidity security challenges - a great way to learn security aspects of working with the EVM/soldiity
π·οΈ solidity π·οΈ security π·οΈ evmπ Eat The Blocks (youtube) π 2022-01-01
π Nice youtube channel about blockchain engineering
π·οΈ youtube π·οΈ blockchain-engineering π·οΈ video-tutorialsπ Etherscan gas tracker π 2022-01-01
π Find out the recent ethereum gas price on etherscan
π·οΈ ethereum π·οΈ gas-price π·οΈ etherscanπ OpenZeppelin Contract Wizard π 2022-01-01
π Easily create basic token smart contracts with the OZ smart contract wizard
π·οΈ open-zeppelin π·οΈ solidity π·οΈ nft π·οΈ erc20