timezone |
---|
Asia/Shanghai |
- 自我介绍
Ric Li C, 家庭主夫,天天在家带 2 个女儿,自学了 Solidity,NextJS,TypeScript,前一段时间在 BSC 链上,发行了个人的半慈善性质的 NFT 项目:MAS Awareness (http://mas-awareness.top)。
- 你认为你会完成本次残酷学习吗?
Yes 75%
完成了 Solidity 101
1. HelloWeb3 (三行代码)
2. 数值类型
3. 函数类型
4. 函数输出
5. 变量数据存储和作用域
6. 引用类型
7. 映射类型
8. 变量初始值
9. 常数
10. 控制流
的学习
完成了 Solidity 101
11. 构造函数和修饰器
12. 事件
13. 继承
14. 抽象合约和接口
15. 异常
的学习
完成了 Solidity 102
16. 函数重载
17. 库合约 站在巨人的肩膀上
18. Import
19. 接收ETH receive和fallback
20. 发送ETH
的学习
完成了 Solidity 102
21. 调用其他合约
22. Call
23. DelegateCall
的学习
完成了 Solidity 102
24. 在合约中创建新合约
25. Create2
的学习
完成了 Solidity 102
26. 删除合约
27. ABI编码解码
的学习
完成了 Solidity 102
28. Hash
29. 函数选择器Selector
30. Try Catch
的学习
完成了 Solidity 103
31. ERC20
32. 代币水龙头
33. 空投合约
的学习
完成了 Solidity 103
34. ERC721
35. 荷兰拍卖
36. 默克尔树
的学习
Add source codes for 36.MerkleTree and its tests
Add source codes for 35.DutchAuction and its tests
Add source codes for 36.MerkleTree_v2 and its tests
Add source codes for 33.Airdrop and its tests
Add source codes for 05.DataStorage and its tests
Update source codes for 05.DataStorage, 35.DutchAuction and 35.DutchAuction's tests
Add source codes for 23.Delegatecall and its tests
Add source codes for 24.Create and its tests
Add source codes for 25.Create2 and its tests
Add source codes for 13.Inheritance and its tests
Add source codes for 27.ABIEncode and its tests
Add source codes for 30.TryCatch and its tests
Add source codes for 22.Call and its tests