Skip to content

docknetwork/polygonid-demo

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published