NEXT JS LOTTERY DAPP FRONTEND

A frontend application built using NEXT JS for the Randomised Lottery smart contract. Users can connect to the DAPP using metamask on Goerli TestNet for now. Then they fund a prize pool of GoerliETH.
The Chainlink keepers at a fixed interval of time call the contract to get a randomised winner and transfer the whole pool GoerliETH to the winner.

Hosted on Fleek - Lottery DAPP
Contract deployed using Hardhat - Lottery.sol
Hardhat code & Waffle tests - lottery-hardhat-fcc

Deployment

To intall this project run

  yarn install

To deploy this project run

  yarn run dev

Acknowledgements

Authors