alexcambose / provably-fair-example

Provably fair implementation done in javascript.

Home Page:https://medium.com/@alexcambose/provably-fair-system-in-javascript-6457e028d2aa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provably fair example

A provably fair example build with express, and plain javascript.

What is provably fair

A provably fair algorithm allows users to check and analyze the legitimacy of every roll and confirm that the server/house did not alter them in their favor. By using a provably fair algorithm to generate random numbers neither players nor the operator of the site can know the result of the game before it starts.

For more information about the techincal details of the implementation check out this article

Provably fair system in javascript - What is and how to build a provably fair system in javascript

Getting Started

Prerequisites

Nodejs 8+ installed

Installation

Clone this repo

$ npm install

How to use?

$ npm run start

Open you favourite browser on localhost:3000.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Provably fair implementation done in javascript.

https://medium.com/@alexcambose/provably-fair-system-in-javascript-6457e028d2aa

License:MIT License


Languages

Language:JavaScript 75.7%Language:HTML 22.8%Language:CSS 1.5%