Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 364 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 364 Bytes
$ pnpm install

Compile

Compile the smart contracts with Hardhat:

$ pnpm compile

Test

Run the tests with Hardhat:

$ pnpm test

Deploy

Deploy the contracts to Mumbai :

$ pnpm deploy:contracts --network polygon-mumbai

Tasks

Set requests:

pnpm task:setRequests --network polygon-mumbai