Complete Full Stack DApp (Decentralized Application) using solidity language, hardhat, and next.js framework for frontend. Connect Multiple wallet functionality, Winner is picked automatically after 30 seconds if all conditions are true.
Smart Contract Deployed on Rinkeby Test Network -> 0x47b5A79aE313DB9FdEcb705Eb6FB252A37AdB63
Check It at -> https://shiny-dust-3581.on.fleek.co (Deployed on fleek (IPFS)
Check Smart Contract At -> https://rinkeby.etherscan.io/address/0x47b5A79aE313DB9FdEcb705Eb6FB252A37AdB63c#code
1. cd frontend
2. npm install
3. npm run dev
1. cd Smart-Contract
2. npm install
3. setup env
4. npx hardhat test
5. npx hardhat deploy --network localhost
- Next.js
- Tailwind CSS (For styling)
- ts-particles (for background animations)
- Moralis (For web3 integration)
- Web3uikit (For wallet connect button and notifications)
- Ethers (For converting value into ethers)
- Fleek IPFS (For deploying frontend)
- Solidity (To develop Smart Contract)
- Javascript (For deploying scripts)
- Chai (For testing Smart Contract)
- Chain-Link (For getting random number and choosing winner after specific time)
- Rinkeby (Test network)
- Hardhat
- ethers