RusseII / bit-benders-dashboard

Home Page:https://bit-benders-dashboard-h4a60z.dappling.network/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bit Benders Dashboard

Dashboard for all things Bit Benders

Demo schema

demo schema can be found at: https://schema-builder.polygonid.me/schemas/74f4b6a3-5fcd-4d27-8241-b3cb914921a2 claim link: https://user-ui:password-ui@issuer-ui.polygonid.me/credentials/scan-link/d8e073b9-5924-44f1-b2ba-64cc0a4fae38

Polgon ID JS-SDK

Setup

  1. Download the zk circuits into ./circuits by running dl_circuits.sh. This will download the latest files from https://iden3-circuits-bucket.s3.eu-west-1.amazonaws.com/latest.zip

    ./dl_circuits.sh
  2. Copy over the .env.example into .env
    You'll need to fill in RPC_URL and WALLET_KEY with your own endpoint and key respectively. The default env vars assume you will be using the Polygon Mumbai network.

    cp .env.example .env

    example.env

    # reverse hash service url
    RHS_URL="https://rhs-staging.polygonid.me" 
    # state v2 contract address in the mumbai network
    CONTRACT_ADDRESS="0x134B1BE34911E39A8397ec6289782989729807a4"
    # path to the circuits folder
    CIRCUITS_PATH="./circuits" 
    # url to polygon mumbai network rpc node
    RPC_URL="" 
    # key in hex format with matic balance
    WALLET_KEY="" 
    # MongoDB connection string, uses in memory Mongo server if not specified
    MONGO_DB_CONNECTION=""
    
  3. Install dependencies

    yarn install 

Issuer Node Setup

follow docker instructions in issuer-node/README.md

  • onchain issuer

About

https://bit-benders-dashboard-h4a60z.dappling.network/


Languages

Language:Go 68.0%Language:TypeScript 29.5%Language:Makefile 0.6%Language:Smarty 0.5%Language:SCSS 0.5%Language:PLpgSQL 0.4%Language:Shell 0.3%Language:HTML 0.2%Language:Dockerfile 0.1%Language:CSS 0.0%Language:HCL 0.0%Language:JavaScript 0.0%