1.0.0 • Published 4 years ago

provably-fair-verifier v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Win5X Provably Fair Verifier

Verifies that game results on Win5X.com are provably fair.

Usage example

import Limbo from 'provably-fair-verifier/Games/Limbo';

console.log(new Limbo().verify({
    serverSeed: 'example_server_seed',
    clientSeed: 'example_client_seed',
    nonce: 0
})); // Returns "1.07"