Skip to content

EVM network smart contract scaffold for developing & debugging & deploying

Notifications You must be signed in to change notification settings

spreadmycode/evm-smartcontract-scaffold

Repository files navigation

Smart Contract Compile & Deploy

$ npx hardhat compile

$ npx hardhat run --network rinkeby ./scripts/0_deploy_contract.js

$ npx hardhat verify --network rinkeby [Contract Address] [Constructor Params]

About

EVM network smart contract scaffold for developing & debugging & deploying

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published