Skip to content

spreadmycode/evm-smartcontract-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors