A repo for solidity snippets and helpful resources
-
SOLIDITY: Solidity is an object-oriented, high-level language for implementing smart contracts. It is designed to target the Ethereum Virtual Machine (EVM). There are many other blockchains (other than Ethereum) that are EVM compatible. If you’re interested to learn more I recommend reading the Introduction to Smart Contracts section in the Solidity docs.
-
REMIX: IDE Ethereum
-
TRUFFLE: A world class development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM)
-
HARDHAT: Development environment that facilitates building on Ethereum