Help Solidity developer to learn fast via providing simple code and examples. This repo containing the most popular smart contracts collections.
.
├── Call # Contains an example of call in Solidity
├── DAO_Governance # Contains an example of creation of DAO
├── DelegateCall # Contains an example to create a delegate call from a smart contract to another
├── ERC 721 # Contains an example to create an NFT
├── ERC 1155 # Contains an example to create a ERC 1155 without Openzepplin
├── ERC 3525 # Contains an example to use ERC 3525
├── EternalStorage # Contains an example to use Storage
├── FactoryContract # Contains an example to use Factory Contract
├── Libraries # Contains an example to use the Libraries
├── MultiCall # Contains an example to use MultiCall
├── Proxies # Contains Various Proxy Patterns via OpenZepplin and non OpenZepplin
├── SBT # Contains an example to use Soul Bound Token
├── StaticCall # Contains an example to use Static Call in Solidity
├── Timelock # Contains an example to use Timelock
├── VerifySignature # Contains an example to use Verify Signature
├── CONTRIBUTING.md # Rules and Guide to Contiribute
└── README.md
If you need help or just want to discuss about the library join the community on Discord:
⌨️ Discuss about Chapter-Solidity on Discord
Thank you for your interest in helping! Visit our guide on contributing to get started.