https://github.com/docknetwork/polygonid-demo
https://github.com/docknetwork/polygonid-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/docknetwork/polygonid-demo
- Owner: docknetwork
- License: mit
- Created: 2023-07-14T21:24:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T14:24:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T15:01:38.543Z (about 1 year ago)
- Language: JavaScript
- Size: 2.25 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.