fair

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

crates.io documentation Build Status Build Status Appveyor

Install

On Mac or Linux:

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

If you have Rust:

bash cargo install fair

Example

```bash $ fair baccarat "client seed" "server seed" 1 master ✗ Client seed: client seed Server seed: server seed Nonce: 1

Player won

Player (9): ♠J - ♥10 - ♥9 Banker (5): ♥5 - ♣K ```

Usage

```bash $ fair --help fair 0.0.5-alpha.0 Lucas Holder lucasholderx@gmail.com CLI tool and library for verifying provably fair games (baccarat, etc.).

USAGE: fair [SUBCOMMAND]

FLAGS: -h, --help Prints help information -V, --version Prints version information

SUBCOMMANDS: baccarat Baccarat game blackjack Blackjack crash Crash game (uses Stake.com's parameters). Does not use client/server seed and nonce arguments. diamondpoker Diamond poker dice Dice game help Prints this message or the help of the given subcommand(s) hilo Hilo game keno Keno limbo Limbo game mines Mines game plinko Plinko game roulette Roulette slots Slots game(s) videopoker Video Poker wheel Wheel game

```

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

Supported Games

Work In Progress... more game support coming!

Rust API docs

fair