/decentralized-lottery

The fairest lottery in the world using smart contract created on solidity

Primary LanguageCSS

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

For now this application using local hosted smart-contract

Learn More

Application allow:

  • Connect wallet.
  • See count of players and last winner.
  • Enter to lottery with minimal fee.
  • Disconnect wallet.
  • All upadtes in real time.

Technologies used:

For smart-contract

  • Solidity
  • Hardhat
  • Chain

For front-end part

  • Next.js
  • TypeScript
  • React-Moralis
  • Web3UIKit

image