Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 378 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 378 Bytes

Boilerplate for ethereum solidity smart contract development

PREPARE

node ^v20
yarn ^1.22

INSTALL

yarn

DEPLOY

cp .env.example .env
(set .env)
npx hardhat deploy --network xxx

see network details in hardhat.config.ts

VERIFY

npx hardhat verify --network {network} {contract-address} {param1} {param2} {param3}