Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.4 KB

readme.md

File metadata and controls

26 lines (18 loc) · 1.4 KB

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: