fair 0.0.3

CLI tool and library for verifying provably fair games (baccarat, etc.).
Documentation

fair

CLI tool and library for verifying provably fair games. Compatible with Stake's provably fair algorithms.

Build Status Build Status Appveyor crates.io

Install

On Mac or Linux:

curl -sL https://raw.githubusercontent.com/lucasholder/fair/master/install.sh | sh

If you have Rust:

cargo install fair

Usage

fair <game> <client_seed> <server_seed> <nonce>

Example usage:

$ fair baccarat "client seed" "server seed" 2
Client seed: client seed
Server seed: server seed
Nonce: 2

Player won

Player (9): ♦9 - ♦10
Banker (7): ♥4 - ♦3

As expected, we get the same result as on Stake.com.

Supported Games

Work In Progress... more coming!

  • Baccarat
  • Dice
  • Limbo
  • Hilo
  • Blackjack

Rust API docs

fair