Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 776 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 776 Bytes

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