Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woai3c/web3-demo
multiple web3 demos
https://github.com/woai3c/web3-demo
Last synced: 7 days ago
JSON representation
multiple web3 demos
- Host: GitHub
- URL: https://github.com/woai3c/web3-demo
- Owner: woai3c
- Created: 2024-08-11T15:33:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T11:49:06.000Z (2 months ago)
- Last Synced: 2024-09-07T12:50:53.709Z (2 months ago)
- Language: Solidity
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web3-demo
最近我在学习 web3 的相关内容。为了更好地理解和掌握 web3,我计划在学习理论知识的同时,通过代码实践来加深理解。
边学边做,是掌握新技术的最佳方式。
## 使用文档
- [IERC20 协议](docs/ierc20.md)
- [水龙头合约](docs/faucet.md)
- [IERC721 协议](docs/ierc721.md)
- [荷兰拍卖合约](docs/dutchAuction.md)
- [默克尔树](docs/merkleTree.md)
- [数字签名 ECDSA](docs/ecdsa.md)