Best solidity links/resources
A list of nice articles, websites and guides relating to Solidity and EVM
Table of Contents for Best solidity links/resources
Uniswap V3 book - learn how to implement your own version of uniswap v3 (FE + smart contracts)
There is a really nice in depth guide at https://uniswapv3book.com/ which builds up a uniswap v3 clone, one small step at a time.
There are 6 main chapters, split into smaller pages. Its quite an easy read, and a great intro into how uniswap v3 works
Its a great read. Check it out: https://uniswapv3book.com/
Best audits
I have a list of great Solidity smart contract audits. It is a nice place to learn about exploits and nicer ways to code Solidity smart contracts.
Spotted a typo or have a suggestion to make this crypto dev article better? Please let me know!
π Solidity Auditing online quiz
Learn how to audit smart contracts by looking at some example code and trying to find the bugs
β½ Solidity Gas Optimizations Guide
How to optimize and reduce gas usage in your smart contracts in Solidity
π§ͺ Guide to testing with Foundry
Guide to adding testing for your Solidity contracts, using the Foundry and Forge tools
π Guide to UTXO
UTXO and the UTXO set (used by blockchains such as Bitcoin) explained
π Solidity Assembly Guide
Introduction guide to using assembly in your Solidity smart contracts
π¦ Ethereum EOF format explained
Information explaining what the upcoming Ethereum EOF format is all about