Skip to content

daiwanwei/mycoin-contract

Repository files navigation

mycoin-contract

How To Run This Project

Installation

$ yarn install

Compile Smart Contract

$ npx hardhat compile

Test Smart Contract

$ npx hardhat test

Deploy Smart Contract(local)

$ npx hardhat node //啟動本地測試鏈
$ npx hardhat run scripts/myCoin.deploy.ts --network localhost 

export abi

$ npx hardhat export-abi 

Other

$ npx hardhat accounts
$ npx hardhat clean
$ npx hardhat help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published