Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)