RohitShah1706 / nextjs-lottery-fcc

Home Page:https://nextjs-lottery-fcc.on.fleek.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://nextjs-lottery-fcc.on.fleek.co/


Languages

Language:JavaScript 82.5%Language:CSS 17.5%