Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 958 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 958 Bytes

Blockstack Casino


A blockchain roulette casino game.

Using a mixture of javascript animations and blockchain frameworks, blockstack casino is a roulette game that saves and records your game history on blockstack distributed data storage. Each time a balance or hi-score is updated, the data gets posted back to the underlying blockchain.

You'll need to authenticate with a blockstack account, an open-source blockchain framework for building decentralized apps and smart contracts, in order to track your score.

Try it out!

https://blockstackcasino.com/

Running Blockstack Casino locally

Clone the project

  1. Update manifest.json start_url to localhost:8080
  2. yarn
  3. yarn start

The web app should now be available on localhost:8080/index.html