Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 943 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 943 Bytes

Games of chance

Table of content

Starting

run

docker compose up

graphql endpoint will be available at http://localhost:8080/graphql

Features

  • roulette game
  • dice game (against other players)
  • balance system
  • prove of fairness

Schema

All needed information to comunicate with server are available in schema.gql file

NTP

This project asserts clocks on every node and db are synchronized.
It can be achieved by running NTP client on every machine

Fairness

For prove of fairness for all games see fairness

Technologies