Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 681 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 681 Bytes

Dock API Polygon ID Demo App

This is a demo application showing how you can use the Dock API for issuing Polygon ID credentials.

Getting Started

First, setup a .env file in the project's root folder

DOCK_API_URL=https://api-testnet.dock.io
DOCK_API_TOKEN=  # you can generate a key at https://certs.dock.io/keys

Then, run the development server:

npm install
npm run dev
# or
yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

Issuing A Credential: Step by Step

See the Issuing Quick Start for details about issuing your first credential on Polygon ID.