Skip to content

vedantpatil25/Blockchain-Lottery-System

Repository files navigation

Blockchain-based Lottery System

This is a blockchain-based lottery system built using Next.js and Tailwind CSS. The system allows users to buy lottery tickets and participate in the lottery. The system is built on the Ethereum blockchain using smart contracts.

Introduction Pdf : Lottery Picking System.pdf

Features

  • Buy lottery tickets
  • View all the available lotteries
  • View your tickets and the corresponding lottery
  • Participate in the lottery

Contributing

Contributions are always welcome! Please feel free to raise issues and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).