Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 894 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 894 Bytes

Authorization Capabilities

Using @spruceid/didkit-wasm-node

Basic example of how to create, delegate and invoke an authorization capability using DIDKit in node.

Running the code

Note: I used Node v14.18.1

  1. Clone repo
  2. Install dependencies: npm install (from project folder)
  3. Run code: node index.js

Useful information