lacchain / did-cli

LACChain DID Method CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository includes the LACChain DID CLI.

The LACChain DID command line allows you to manage the "lac" DIDs. The operations that can be performed from this tool:

  • Create a new empty DID
  • Create a new DID to use in the mailbox
  • List the DIDs
  • Register Verification Methods
  • Revoke Verification Methods
  • Add Controllers
  • Revoke Drivers
  • Register Services
  • Revoke Services
  • Resolve a DID Document

Install

First, install Node.js and npm. Then, install the LACChain DID CLI running:

git clone https://github.com/lacchain/did-cli
cd did-cli
nvm install
yarn install

Usage

Just execute the following command and you will get a interactive console to choose options:

npm start

Using Docker

About

LACChain DID Method CLI


Languages

Language:JavaScript 99.7%Language:Dockerfile 0.3%