/dkg-predictions

Basic DKG example on Origin Trail

Primary LanguagePythonApache License 2.0Apache-2.0

DKG Predictions

Installation

# Create your working directory
git clone https://github.com/valory-xyz/dkg-predictions.git
cd dkg-predictions

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Follow instructions to get testnet tokens here

Config for the hosted testnet node are here

Further Resources