Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 370 Bytes

dock-api-js

Javascript examples for the Dock API

Create a .env file with the following values:

API_URL=http://localhost:8000 
API_KEY=<INSERT YOUR KEY HERE>

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