mshauneu / smart-contract-starter-kit

smart contract starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case.

Init

npm install

Compile

npx hardhat compile

Test

npx hardhat test

Check

npx hardhat check

Coverage

npx hardhat coverage

Play

Make sure Ganache UI ran. init

Deploy

export VM_ADDRESS=$(npx hardhat --network ganache deploy:vm)

deploy

Exec

npx hardhat --network ganache exec:vm --address $VM_ADDRESS

exec-tx exec

About

smart contract starter kit


Languages

Language:TypeScript 83.3%Language:Solidity 16.7%