[EtherCasts] Ethereum Slot Machine DApp

mids106mids106 Member Posts: 188 ✭✭✭


Joris Bontje demonstrates "sleth" the Ethereum Slot Machine DApp.

"sleth" demo: http://jorisbontje.github.io/sleth/
source: https://github.com/jorisbontje/sleth

Karma Slots by Clint Bellanger: http://clintbellanger.net/karma/
source: https://github.com/clintbellanger/Karma-Slots

Music: Electrodoodle & RetroFuture Clean by Kevin MacLeod (incompetech.com)

Comments

  • mids106mids106 Member Posts: 188 ✭✭✭
    edited February 2015
    There have been some interesting changes to the "sleth" Ethereum Slot Machine DApp since the previous demo:

    - "Autoplay", which lets you keep playing automatically until you run out of funds.
    - "Previous Rounds" table showing you the history of your sleth results.
    - Contract will automatically be tested using Travis CI https://travis-ci.org/jorisbontje/sleth
    - Updated to latest version of Javascript API & compatible with PoC-8 version of cpp-ethereum

    I am still working on getting it compatible with mist / go-ethereum, known compatibility and usage issues are tracked on https://github.com/jorisbontje/sleth/issues/36
  • HellRazorHellRazor BerlinMember Posts: 99 ✭✭
    Hey nice one. In my opinion you could have explained a little bit more about how it works like how the winning number is generated and stuff. But still very cool. I am working on a roulette dapp myself and I know that at the moment it is a pain in the ass to get everything working between the contract and the js and also get the browser to work properly for more than one update^^.
Sign In or Register to comment.