https://github.com/kiesun/web3-zero-to-master
https://github.com/kiesun/web3-zero-to-master
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiesun/web3-zero-to-master
- Owner: KieSun
- Created: 2022-08-01T09:54:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T08:34:40.000Z (about 3 years ago)
- Last Synced: 2025-04-05T02:22:02.654Z (6 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web3-zero-to-master
## 大纲
- 从 web2 到 web3
- 预备知识
- web3 技术架构及前端技术栈
- EVM 与智能合约
- Metamask
- DApp 简单实践(大致分 2 章节)
- NFT 知识
- 什么是 NFT?
- ERC 20 / 721 标准扫盲
- ERC 721 简单实践
- DApp 进阶(实现一个 Marketplace)
- 项目技术栈介绍
- 合约
- webapp 编写(大致分 3 章节)