Skip to content

0xjei/example-issuer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCD Issuer

This repository contains a sample application demonstrating how to utilize the PCD SDK to add a PCD to the PCD passport.

🛠 Install

Use this repository as a Github template.

Clone your repository:

git clone https://github.com/<your-username>/<your-repo>.git

and install the dependencies:

cd <your-repo> && yarn

📜 Usage

Copy the .env.example file as .env:

cp .env.example .env

and add your environment variables or run the app in a local network.

Local server

You can start your app locally with:

yarn start

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.6%
  • HTML 7.9%
  • CSS 5.5%