概述
1.建立概念;
2.熟悉solidity;
3.掌握web3.0操作以太坊;
4.使用hardhat快速测试;
5.熟悉如何使用openzellelin开源框架开发合约;
6.进阶的话需要去学习具体的openzellelin的合约实现;
foundry 工具
可以方便做合约部署;
https://book.getfoundry.sh/getting-started/installation
forge init —template https://github.com/foundry-rs/forge-template hello_template
引用
- [1] 金色财经
- [2] 巴比特
- [3] 非小号
- [4] 比特币资料手册
- [5] remixWebIDE
- [6] hardhat-测试环境
- [7] openzeppelin-contracts