Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
/ pigy-genetics Public archive

A simple genetics game using PIGY tokens on Cardano.

License

Notifications You must be signed in to change notification settings

functionally/pigy-genetics

Repository files navigation

PIGY Genetics Game

A simple genetics game using PIGY tokens on Cardano.

Instructions for using the service are available at https://pigy.functionally.live/.

Building

Build with the following command:

nix-build -A pigy-genetics.components.exes.pigy-genetics -o build

Configuring

See mainnet.pigy-genetics or testnet.pigy-genetics for example configuration files.

Running

Run with the following command:

gpg -d pigy-genetics.payment.skey.gpg > pigy-genetics.payment.skey &
build/bin/pigy-genetics testnet.pigy-genetics

Documentation

API documentation: https://functionally.github.io/pigy-genetics/.