The Demo Issuer is a light weight implementation of the issuer actor in PolygonID solution. This repo contain several example use-cases to simpley demonstrate the cummunication between the different building blocks of PolygonID, and how to construct end to end process of issuance and verification. This project is strictly for education purposes.
You can find further information on our associated documentation.
Demo issuer is not compatible with the latest version of the protocol. Use Issuer Node instead: https://github.com/0xPolygonID/sh-id-platform
*used only in the KYC demo
If you are on Unix based system, you can run the following:
- Setup the configuration in the config file. (docs)
- Run
make -j4
on the root of the repo. - Issuer available at localhost:3001, Verifer available at localhost:3002.
- Follow the instructions on screen along with the KYC Demo documentation.
If you are on Windows or encounter issues with the one-line script, you can run it manually by following the steps in the getting started section
- Setup the configuration in the config file. (docs)
- Run the demo issuer with
go run cmd/main.go
from the /issuer directory.
TBD
Demo Issuer is released under the terms of the AGPL-3.0 license. See LICENSE for more information.
This project was created primarily for education purposes. You should NOT USE THIS CODE IN PRODUCTION SYSTEMS.
[1] Iden3 repos
[3] PolygonID docs