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
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
Just execute the following command and you will get a interactive console to choose options:
npm start