- Solidity (Writing Smart Contracts & Tests)
- Javascript (Next.js & Testing)
- Hardhat (Development Framework)
- Ethers.js (Blockchain Interaction)
- Next.js (Frontend Framework)
v22.13.0
$ npm install
$ npx hardhat test
$ npx hardhat node
部署合约
$ npx hardhat ignition deploy ignition/modules/Factory.js --network localhost
部署合约后,对部署的合约进行重置。
$ npx hardhat ignition deploy ignition/modules/Factory.js --network localhost --reset
$ npm run dev