Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 350 Bytes

Installation

After you cloned the repository, you want to install the packages using

npm install

You first need to compile the contract and upload it to the blockchain network. Run the following commands to compile and upload the contract.

yarn hardhat compile 
yarn hardhat run scripts/deploy.js --network mumbai