Skip to content

A sample lottery dapp for educational (or even live usage) project!

Notifications You must be signed in to change notification settings

BahadorGh/DLotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Preparing DLotto (Lotto Dapp)

  • Clone this repo
git clone git@github.com:BahadorGh/DLotto.git

Initilize setings

cd backend
npm i

Compile and deploy

npx hardhat compile
npx hardhat node
npx hardhat run scripts/deploy.js

Todo:

  • Backend
    • Develop Starter Smart Contract
    • Adding Comments To Contracts
    • Implement Winning Function(preferred: using oracle)
    • Develop Factory Contract
  • Frontend
    • Create UI(preferred: React.js)
    • Connect to UI(preferred: ethers.js)

About

A sample lottery dapp for educational (or even live usage) project!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published