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.
- Host: GitHub
- URL: https://github.com/szsascha/provably-fair
- Owner: szsascha
- Created: 2023-08-21T10:13:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T12:37:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T18:14:52.228Z (5 months ago)
- Topics: casino-gaming-platforms, golang, igaming, provably-fair
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.