Toy implementation of HeadStart: Efficiently Verifiable and Low-Latency Participatory Randomness Generation at Scale
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt./run_server.sh # default port 5000, edit run_server.sh to changepython -m headstart.client
# see headstart/client.py for example usage