An open API service indexing awesome lists of open source software.

https://github.com/docknetwork/polygonid-demo


https://github.com/docknetwork/polygonid-demo

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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

```bash
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:

```bash
npm install
npm run dev
# or
yarn install
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Issuing A Credential: Step by Step

See the [Issuing Quick Start](docs/IssuingQuickStart.md) for details about issuing your first credential on Polygon ID.