Skip to content

Hardhat basic usage with forked mainnet and console.log for POLYGON TESTNET (mumbai)

Notifications You must be signed in to change notification settings

thecil/hardhat-mumbai-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hardhat-mumbai-starter-kit

Hardhat basic usage with forked mainnet and console.log for POLYGON TESTNET (mumbai)

Requirements

Must fill a .env file with proper Key data, check .evn.example

Dependencies

Install dependencies with npm install or yarn

Compiling

npm run compile
yarn compile

Testing

npm run test
yarn test

NOTE: unit test is mean for local blockchain, not testnet nor mainnet. (it will deploy a new contract)

Deploying

npm run deploy
yarn deploy

Deploying on Mumbai

npm run deploy-testnet
yarn deploy-testnet

Useful Links

About

Hardhat basic usage with forked mainnet and console.log for POLYGON TESTNET (mumbai)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published