Project reference doc - https://docs.google.com/document/d/1kJV-C8LyCIMLo675jSzb8v6Kbe5CBpV0Ib4EsVhiA4U/edit#heading=h.k1wppfx6wur1
Built at IC3'23
- Install python dependencies
python3.10 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
- Install nodejs
Follow the instructions on nodejs.org/en/download.
- Install circom and snarkjs
Follow the installation guides.
flask --app issuer run -p 8000
python query_discord.py authorization_token
cd ./ui
npm install
npm run dev
rsync -rlv . [email protected]:/root/IC3-dec-id/ # Make sure your SSH key is present on the