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

https://github.com/docknetwork/dock-api-js

Javascript examples for the Dock API
https://github.com/docknetwork/dock-api-js

Last synced: 2 months ago
JSON representation

Javascript examples for the Dock API

Awesome Lists containing this project

README

          

# dock-api-js
Javascript examples for the Dock API

Create a `.env` file with the following values:

API_URL=http://localhost:8000
API_KEY=

Run a workflow:
`npm run dids`
`npm run schemas`
`npm run credentials`
`npm run registries`
`npm run anchors`
`npm run presentations`

Run all workflows:
`npm run all`