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
- Host: GitHub
- URL: https://github.com/docknetwork/dock-api-js
- Owner: docknetwork
- License: mit
- Created: 2021-10-04T00:54:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T01:50:47.000Z (over 2 years ago)
- Last Synced: 2025-03-13T01:17:45.297Z (over 1 year ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`