Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 667 Bytes

File metadata and controls

41 lines (27 loc) · 667 Bytes

QUICKSTART

1) Run demo after unzip (no install)

Open:

docs/index.html

Or PowerShell:

cd "<unzipped-folder>\QS-PPI"
start .\docs\index.html

2) Backend (optional)

cd "<unzipped-folder>\QS-PPI"
npm install
node .\src\server.js

3) React dashboard (optional)

cd "<unzipped-folder>\QS-PPI\qsppi-dashboard"
npm install
npm run dev

Common problems

  • If the folder is massive, delete node_modules/, .next/, dist/, build/, and Circom/SnarkJS generated artifacts (*.ptau, *.zkey, *.r1cs, *.wasm).
  • If you only need the demo for judges, docs/index.html is enough.