EVM Tools Online + Resource Links
Online tools to run in your browser to help with evm/soldiity development
ethereumsolidity December 2022Guide to Foundry (and how to write Solidity tests with it)
A guide to using Foundry and how to write tests for your Solidity contracts with it
solidityethereumguides December 2022Weird things to know about some ERC20 tokens
A list of some quirks that some ERC20 tokens have, that you should be aware of if ever writing smart contracts that interact with erc20 tokens
ethereumsolidityauditing November 2022Learn Solidity Security issues with this Solidity Audit Quiz
Test your knowledge on spotting Solidity security issues
ethereumauditingsolidity November 2022What is the new "Ethereum Object Format" (EOF)?
A guide to how the new Ethereum Object Format (EOF) will work, and what advantages it brings to deploying smart contracts on the EVM
ethereum November 2022Goerli Testnet Faucets - where to get ETH from on Goerli Ethereum testnet
A list of places to get ETH on Goerli testnet
guidesethereum October 2022How Does Ethereum's New PoS Protocol Actually Work?
A guide to Ethereums new Proof of Stake, and how it really works under the hood
guidesethereum October 2022Naming conventions in Solidity (and other style guides)
A simple to follow guide to the main naming conventions and other style guides for Solidity language that you should know
guidessolidityethereum October 2022msg.sender vs tx.origin in Solidity (quick explanation)
A short guide to two simple concepts msg.sender vs tx.origin
guidessolidityethereum October 2022A guide to emitting events in Solidity
An in-depth guide to events in Solidity and events on the EVM/Ethereum smart contracts
guidessolidityethereum October 2022