Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
/ demo-issuer Public archive

Demo application. Simple issuer of iden3 credentials.

License

Notifications You must be signed in to change notification settings

0xPolygonID/demo-issuer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Issuer [deprecated!]

License: AGPL v3

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.

Deprecation warning!

Demo issuer is not compatible with the latest version of the protocol. Use Issuer Node instead: https://github.com/0xPolygonID/sh-id-platform

Usage

Prerequisites

*used only in the KYC demo

Run the Age KYC demo

If you are on Unix based system, you can run the following:

  1. Setup the configuration in the config file. (docs)
  2. Run make -j4 on the root of the repo.
  3. Issuer available at localhost:3001, Verifer available at localhost:3002.
  4. 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

Run the Demo Issuer separately

  1. Setup the configuration in the config file. (docs)
  2. Run the demo issuer with go run cmd/main.go from the /issuer directory.

Contributions

TBD

License

Demo Issuer is released under the terms of the AGPL-3.0 license. See LICENSE for more information.

A word of caution

This project was created primarily for education purposes. You should NOT USE THIS CODE IN PRODUCTION SYSTEMS.

References

[1] Iden3 repos

[2] Iden3 Documentation

[3] PolygonID docs

About

Demo application. Simple issuer of iden3 credentials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published