digitalbazaar/did-client

Name: did-client

Owner: Digital Bazaar, Inc.

Description: A client for managing Decentralized Identifiers

Created: 2017-09-24 16:11:44.0

Updated: 2018-01-15 17:24:22.0

Pushed: 2018-01-15 17:01:00.0

Homepage: null

Size: 25

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

did-client

A command-line client for managing Decentralized Identifiers.

Quickstart

The current client supports the creation of Testnet DIDs on the Veres One ledger as well as the retrieval of those DIDs from the Testnet. You can try the tool out by doing the following commands on a system that has node.js and a C++ compiler installed:

npm install did-client
cd node_modules/did-client
./did create

To retrieve the freshly created DID:

./did get <DID>
Requirements
Developing

To download the source and install the client:

git clone https://github.com/digitalbazaar/did-client.git
cd did-client
npm install
./did create

Once you have created a DID, you can retrieve it from the ledger doing this command:

./did get <DID>
Roadmap

There are plans to support the following other commands and features:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.