Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeftarmascarenhas/smart-contract-training
- Owner: jeftarmascarenhas
- Created: 2023-06-28T22:51:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T20:10:35.000Z (3 months ago)
- Last Synced: 2024-08-18T21:26:39.440Z (3 months ago)
- Topics: blockchain, bytecode, dapp, ethereum, evm, smartcontracts, solidity
- Language: Solidity
- Homepage: https://jeftarmascarenhas.github.io/smart-contract-training/
- Size: 63.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Smart Contract Training
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)