The backend server is responsible for oauth, storing users information for KYC, and serving REST-API for the oracles, it stands behind a reverse proxy.
- Install the following libraries
pip3 install flask authlib web3 python-dotenv waitress
- Copy
.env.example
to.env
then add your client id and secret toGITHUB_CLIENT_ID
, andGITHUB_CLIENT_SECRET
- Run
main.py
using python3$ python3 main.py
- Enjoy!