Skip to content

noahschutte/solidity-lottery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Lottery Application on Rinkeby using Solidity

Heroku Address

You must have the chrome extension, MetaMask, installed on your browser in order to view this website.

https://rinkeby.herokuapp.com/

Lottery Front End Github Repository

https://github.com/noahschutte/lottery-react

How do I run the project locally with a clean environment?

Download global dependencies:

  • node
  • yarn || npm

Create .env file at project root with a MNEMONIC and INFURA_ADDRESS variable

Setup commands for project:

  1. yarn install || npm install
  2. yarn start || npm start

How do I run the tests?

Glad you asked :)

Run tests:

  1. yarn install || npm install
  2. yarn test || npm test

About

A Lottery Application on Rinkeby using Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published