andyliao0508 / blockchain_poc

ethereum poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ethereum poc


Languages

Language:JavaScript 62.2%Language:Solidity 37.8%