Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 432 Bytes

README

請先安裝

cd carbon-eduction npm install

How do I get set up?

localhost


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