fair-baccarat 0.1.0

Deterministically plays games of baccarat using a server seed, client seed and nonce.
Documentation

fair-baccarat

CLI tool and library that verifies provably fair bets for baccarat game. Compatible with Stake.com provably fair algorithm.

Build Status

Install

cargo install fair_baccarat

Usage

fair-baccarat <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.