Skip to content

Ethereum smart contract that creates a decentralized raffle on Rinkeby and creates a NextJS frontend

License

Notifications You must be signed in to change notification settings

bradmentzer/Raffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralized Raffle

<>

  1. Enter lottery for a fee
  2. Pick a random winner
    1. Autonomous- we never have to interact
    2. Provably random

Deploy contract

<>

  1. Buttons NextJS
  2. Deploy in a decentralized context

yarn add --dev @chainlink/contracts yarn add --dev hardhat-deploy

wrap hardhat ethers with

yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers

yarn add --dev prettier-plugin-solidity prettier

yarn add dotenv

yarn add --dev @nomiclabs/hardhat-waffle

About

Ethereum smart contract that creates a decentralized raffle on Rinkeby and creates a NextJS frontend

Topics

Resources

License

Stars

Watchers

Forks