selfkey-did-resolver

1.0.0 • Public • Published

SelfKey DID Resolver

Library for resolving DIDs in SelfKey method space

Install

npm i --save selfkey-did-resolver

Usage

The following example script shows how we can integrate the did-resolver library:

const 
	selfkeyResolver = require('selfkey-did-resolver')
	did = 'did:key:0x62dfbf9cee9c6eded64d7e0b1e72165f0d26a7c8'

runTest = async () => {
  const doc = await selfkeyResolver(did)
  console.log(JSON.stringify(doc, undefined, 2))
}

runTest()

Alternatively you can run the script via the command line by passing the DID string as an argument:

node index.js did:key:0x62dfbf9cee9c6eded64d7e0b1e72165f0d26a7c8

Tests

npm run test

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i selfkey-did-resolver

    Weekly Downloads

    1

    Version

    1.0.0

    License

    none

    Unpacked Size

    626 kB

    Total Files

    6

    Last publish

    Collaborators

    • andrecgoncalves
    • altninja
    • max.kovalov