Skip to content

HarrisonGregg/BlockchainGambling

Repository files navigation

BlockchainGambling Build Status

This repository is for the Blockchain Gambling project for CS5356 at Cornell Tech.

Project Background

There are many sites that allow Bitcoin gambling, like Satoshibet, and making one (say for a different game of luck/skill) wouldn't be hard. But maybe we can use the public nature of the blockchain to determine winners (eg, pick winning lottery #s) in a transparently ungameable way?

Project Management Tool

Trello

Continuous Integration

On upload to GitHub, Travis CI automatically runs our Django unit tests and pushes all changes to Heroku if all tests pass.

Development Server

https://mighty-journey-2253.herokuapp.com/

Developing Locally

  1. Fork
  2. Clone
  3. Create virtual environment in cloned folder (python 3)
python -m virtualenv env
  1. Install python requirements to virtual environment
env/bin/pip install -r requirements.txt
  1. Start the server on localhost
env/bin/python manage.py runserver
  1. Access at 127.0.0.1:8000

About

This repository is for the Blockchain Gambling project for CS5356

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •