A global trustless Bingo game where half of the proceeds go to public good funding.
Use Node 16+ and Yarn 3.
yarn
yarn chain
While keeping the yarn chain
tab open, follow the instructions below in a seperate tab.
yarn deploy
While deploying if the hardhat chain crashes due to heap allocation error, please use
--max-memory
parameter. In order to do that, add --max-memory <memory-size>
to the
packages/backend/package.json.
e.g.
hardhat deploy --max-memory 8192 --export-all ../frontend/contracts/hardhat_contracts.json
yarn dev
- create-web3.xyz to view the full documentation of the boilerplate.
- wagmi to learn more about the React Hooks for Web3 integrations library.
- RainbowKit for the wallet connection component.