This is Next.js App and Frontend for Lottery Smart Contract developed with hardhat.
You can try out the project at IPFS server at ( ipfs://bafybeicbmkr4xwxr33u5z3mt67gxsya5yacgyitmnrt3gwymn3sv3w62cu/ ).
If this not works than you can always visit here.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
- This Raffle project is based on a ethereum smart contract built with solidity as a learning project of mine.
- You can take part in this raffle with an 0.01 ether on goerli testnet.
- This Lottery is secured with the Chainlink VRF.
- It uses decentralized nodes to identify winners with unique randomness.
Its in the initial stage and needs some more frontend. So do contribute in this to learn while doing.