Skip to content

NehharShah/IC3-dec-id

 
 

Repository files navigation

Legacy-Derived Anonymous Credentials Hackathon Project

Project reference doc - https://docs.google.com/document/d/1kJV-C8LyCIMLo675jSzb8v6Kbe5CBpV0Ib4EsVhiA4U/edit#heading=h.k1wppfx6wur1

Built at IC3'23

Install

  • 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.

Running the issuer

flask --app issuer run -p 8000

Getting the user token

python query_discord.py authorization_token

Running the UI

cd ./ui
npm install
npm run dev

Deployin the project

rsync -rlv . [email protected]:/root/IC3-dec-id/ # Make sure your SSH key is present on the

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Circom 95.7%
  • Python 2.2%
  • TypeScript 1.2%
  • Other 0.9%