涉及软件:
软件 | 版本 | 官网链接 |
---|---|---|
ethers | 6.4.0 | https://docs.ethers.org/v6/ |
hardhat | 2.19.4 | https://hardhat.org/tutorial/creating-a-new-hardhat-project |
react | https://react.docschina.org/learn/start-a-new-react-project |
项目代码 gitee:
创建next.js项目:
npx create-next-app@latest
一路过程如下:
点击dev,启动项目
安装hardhat
npm install --save-dev hardhat
初始化hardhat项目:
npx hardhat init
hardhat常用命令:
npx hardhat help
npx hardhat test
npx hardhat node
npx hardhat run script/deploy.js
npx hardhat complile