Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 400 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 400 Bytes

Sample Hardhat Protocol

install dependencies

yarn

compile contracts

yarn compile

start a local node

yarn localnode

deploy contracts

modify hardhat.config.ts and run

yarn deploy

for examples:

heco_testnet: {
    url: "https://http-testnet.hecochain.com",
    chainId: 256,
    accounts: ["0x..."]
},

test contracts

yarn test