A provably fair example build with express, and plain javascript.
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
Nodejs 8+ installed
Clone this repo
$ npm install
$ npm run start
Open you favourite browser on localhost:3000.
This project is licensed under the MIT License - see the LICENSE file for details