This is a demo application showing how you can use the Dock API for issuing Polygon ID credentials.
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.
See the Issuing Quick Start for details about issuing your first credential on Polygon ID.