/favoriteContracts

Famous smart contracts, instructive ones, and patterns to pay attention to.

Primary LanguageSolidity

This is an open source project of interesting smart contracts

This is ideal for people who can write some Solidity already and are looking for real world applications and successful contracts on Etherscan. This

Clone this project with: git clone https://github.com/vunderkind/favoriteContracts.git cd favoriteContracts

That's all! Check the contracts folder for the contracts.

Contribute

This is an open source project, and I'm taking suggestions for interesting smart contracts.

How to contribute

  • In the contracts folder, create a sub-folder with the name of the contract (eg, a Loot subfolder for a Loot.sol contract)
  • Add a readme file to the subfolder with an explanation for the contract and why it's worth studying. Be as descriptive as possible, and use simple language so this repository is accessible for every Solidity experience level.
  • When done, open a PR for review.