adamcanray / first-smart-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile

npx hardhat compile

Deploy

npx hardhat run --network <network> scripts/deploy.js

Verify

npx hardhat verify --network <network> <contract-address>

About


Languages

Language:JavaScript 80.8%Language:Solidity 19.2%