Lottery Dapp built using Solidity with MetaMask authentication.
Deploy the lottery-smart-contract
folder to Thirdweb (this demo was deployed using the Mumbai test network).
git clone;
cd lottery-dapp;
cp .env.example .env;
npm install && npm run dev;
- Setup your Thirdweb account using MetaMask
- Create your App
- Retrieve the "address" from the App and paste it in
.env
file.