Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 661 Bytes

File metadata and controls

9 lines (7 loc) · 661 Bytes

Getting started

  • Type yarn to synchronise packages
  • There is need to fill .env file according to .env.example
  • In order to deploy contract type yarn hardhat run scripts/deployment/main.js --network polygonMumbai
  • There is need to register keepers link
  • Once the contract is already deployed but the game has been ended you can type yarn hardhat run scripts/deployment/getContractAndConfigure.js --network polygonMumbai to deposit LP tokens again and keepers will do the rest :)

More detailed instruction is here [draft version!!]