In different processes, make sure to run the following:
python3 -m pip install -r requirements.txt
- install dependenciespython3 src/mempool.py
- pending keypairs to addpython3 src/nonce.py
- endpoint to generate a random noncepython3 src/oracle.py
- endpoint to create keypair, sign a message and validate a cookiepython3 src/pubSub.py
- TCP connections to sync keypairspython3 src/challenge.py
- endpoint to create a challenge from nonce.txt
Edit: The docker is breaking again, will update with the right link shortly!