Skip to content

Lottery Smart Contract built with Solidity, Flutter, and React. 🚀

Notifications You must be signed in to change notification settings

madhavtripathi05/dapp-lottery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lottery Smart Contract built with Solidity, Flutter and React.

Deploy contract on the ethereum network:

  • npm i inside root folder and lottery-react to install dependencies.
  • run node compile.js to compile the contract.
  • run node deploy.js to deploy on rinkeby network.

Deploy web app locally:

Deploy React web app on gh-pages:

  • change homepage from lottery-react/package.json to https://{username}.github.io/{repo-name}
  • run yarn deploy to deploy on gh-pages.

Run flutter app: