Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeftarmascarenhas/smart-contract-training

Smart Contract Collection for your study.
https://github.com/jeftarmascarenhas/smart-contract-training

blockchain bytecode dapp ethereum evm smartcontracts solidity

Last synced: 5 days ago
JSON representation

Smart Contract Collection for your study.

Awesome Lists containing this project

README

        







Smart Contract Training


Go back to repo

My studies about smart contract with Solidity

See how make each smart contract on my [Youtube channel](https://www.youtube.com/@nftchoose)

**Note:** Important! This contracts is only to study and practice. Under no circumstances should this code be used in production.

Veja como fazer cada smart contract no my
[Canal no YouTube](https://www.youtube.com/@nftchoose)


## Basics (Básico)

- [x] [ Access Control](./basic/access-control/README.md)
- [x] [ Context](./basic/context/README.md)
- [x] [ User Defined Type](./basic/solidity-updates/README.md)

## ERCs

- [x] [ ERC-1155 Explained](./ERCs//ERC1155/README.md)
- [ ] [ ERC-20](#)
- [ ] [ ERC-4337](#)
- [ ] [ ERC-3643](#)

## Intermediate(Intermediário)

- [x] [ Simple Stake](./intermediate/simple-staking)
- [x] [ Multi Sign Wallet](./intermediate/multi-sign-wallet/README.md)
- [x] [ NFT Full Contract](./intermediate/nft/README.md)
- [x] [ Dvp(Delivery versus Payment)](./intermediate/dvps/README.md)