Skip to content

meikei-99/Solidity_Raffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NextJS Raffle

Smart contract whereby account users can enter a lottery (raffle) by paying certain amount of entrance fee

Here are some features of this smart contract:

  • allows user to enter raffle using two main chains, which are goerli network (chainId of 5) or localhost (chainId of 31337)
  • allows user to enter raffle with entrance fee of 0.01 ETH (goerli network) or 0.02 ETH (localhost)
  • whoever win the raffle will receive the ETH available in the smart contract

Website Preview

demo

Click here for live website.

Key learning points:

  • use Chainlink Automation to automate winners selection
  • use Chainlink VRF to select random winners
  • use Web3 Providers from Moralis
  • use Web3UIKit components
  • deploy decentralized app using Fleek
  • work with Next.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published