The repository contains contracts for decentralized betting games, powered by Chainlink's VRF. The betting games contracts are paired with House Pools, where LPs can generate yield by providing liquidity for payouts to the players.
$ yarn$ yarn compileThis task will compile all smart contracts in the contracts directory.
ABI files will be automatically exported in artifacts directory.
$ yarn test$ yarn coverageThe report will be printed in the console and a static website containing full report will be generated in coverage directory.
$ yarn prettier$ npx hardhat verify --network mainnet $CONTRACT_ADDRESS $CONSTRUCTOR_ARGUMENTS