All Projects → AndreMiras → etheroll

AndreMiras / etheroll

Licence: MIT license
Provably fair dice game running on the Ethereum blockchain

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Dockerfile
14818 projects
CSS
56736 projects

Projects that are alternatives of or similar to etheroll

Random-Number-Generator
A clean, simple random number generator for Android. Downloaded 180,000+ times and rated 2,000+ times on Google Play with 4.7+ average rating.
Stars: ✭ 30 (+25%)
Mutual labels:  dice
PolyDiceGenerator
A customizable Polyhedral Dice Generator for OpenSCAD.
Stars: ✭ 63 (+162.5%)
Mutual labels:  dice
dicefont
Scalable vector graphics for dice in icon font format
Stars: ✭ 20 (-16.67%)
Mutual labels:  dice
DicePP
基于nonebot和go-cqhttp的骰子机器人
Stars: ✭ 17 (-29.17%)
Mutual labels:  dice
NBA-Machine-Learning-Sports-Betting
NBA sports betting using machine learning
Stars: ✭ 150 (+525%)
Mutual labels:  gambling
dice-coefficient
Sørensen–Dice coefficient
Stars: ✭ 37 (+54.17%)
Mutual labels:  dice
rollem-telegram-bot
🎲 An RPG dice rolling bot for Telegram.
Stars: ✭ 26 (+8.33%)
Mutual labels:  dice
rpg tools
rpg_tools is a toolbox for tabletop games and RPGs
Stars: ✭ 53 (+120.83%)
Mutual labels:  dice
d20
A fast, powerful, and extensible dice engine for D&D, d20 systems, and any other system that needs dice!
Stars: ✭ 78 (+225%)
Mutual labels:  dice
nypsi
the best discord bot
Stars: ✭ 41 (+70.83%)
Mutual labels:  gambling
tavernbot
D&D Discord Bot - based on Discord.js and Node 8.
Stars: ✭ 21 (-12.5%)
Mutual labels:  dice
dice-simulator
A Python simple Dice Simulator just for fun
Stars: ✭ 17 (-29.17%)
Mutual labels:  dice
mirai-rulateday-dice
利用Mirai框架的Mirai-Console开发TRPG骰子插件模板。目前集成了大部分的常用指令,并在此基础上实现更多的跑团体系优化指令。例如COC7技能详细查询、DND5e技能列表查询、DND5e怪物图鉴等。目前处于测试阶段。
Stars: ✭ 55 (+129.17%)
Mutual labels:  dice
react-dice-complete
Complete dice rolling functionality and animations
Stars: ✭ 60 (+150%)
Mutual labels:  dice
dice-roller
a dice roller generator in PHP
Stars: ✭ 13 (-45.83%)
Mutual labels:  dice
roller
Dice roller written in Go and Javascript to run on Google Appengine
Stars: ✭ 26 (+8.33%)
Mutual labels:  dice
VitonBet
VitonBet is an Android betting application that allows users to place bets on eSports events and to gamble on user created events. Casino mode also available to gamble and sending cash to other users available too.
Stars: ✭ 24 (+0%)
Mutual labels:  gambling
slotjs
🎰 Circular slot machine mobile-first SPA built using JavaScript, CSS variables and Emojis!
Stars: ✭ 90 (+275%)
Mutual labels:  gambling
polycash
The ultimate open source betting protocol. PolyCash is a P2P blockchain platform for wallets, asset issuance, bonds & gaming.
Stars: ✭ 24 (+0%)
Mutual labels:  gambling
DiceRoller
Extensible and well-documented dice roller with a robust set of features. Excellent for play-by-post forums, virtual tabletops, or for integrating into character sheets or encounter managers.
Stars: ✭ 22 (-8.33%)
Mutual labels:  dice

Etheroll ReactJS

Build Status

Experimental project running an alternative Etheroll frontend on ReactJS. If you're looking for the mobile app instead, see EtherollApp.

Closed down

The upstream project/smart-contract closed down. https://www.reddit.com/r/etheroll/comments/peeekh/etheroll_is_closing_down/

Run

make start

Install

make

Test

make lint
make test

Docker

We provide a Dockerfile that can be used for development or production. Build and run with:

docker-compose up

The application will be served on both port 80 (default HTTP) and 3000 (default Node.js port). Find out more reading the docker-compose.yml file.

Deployment

The app can be deployed on GitHub pages when releasing via:

make deploy

It can also be deployed on Heroku for staging:

git push heroku develop:master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].