An open API service indexing awesome lists of open source software.

https://github.com/szsascha/provably-fair

Algorithm to proof that a game isn't rigged.
https://github.com/szsascha/provably-fair

casino-gaming-platforms golang igaming provably-fair

Last synced: 3 months ago
JSON representation

Algorithm to proof that a game isn't rigged.

Awesome Lists containing this project

README

        

# Provably fair

The provably fair is a encryption term for a functionallity to independently proof if the outcome of a game was fair or not. This is often used by online casinos to verify and proof that a game isn't rigged.

## Requirements
- Go

## Setup
1. Clone this repository
2. Run `go run .`

## Disclaimer

Do not use this in production. This project is just a simple implementation, made to understand the basics of the algorithm.