- Quick summary
- Version
- Learn Markdown
cd carbon-eduction npm install
1 啟動本地節點
npx hardhat node
2 測試
npx hardhat test
3 部署合約
npx hardhat run --network localhost scripts/energySaving-script.js
4 使用 console 測試功能
npx hardhat console --network localhost