A command line interface for
vc-js
Verifiable Credentials library, based on Docker
This is a Docker-based cross platform CLI tool for using the
vc-js
Verifiable Credentials
library (useful for testing, or issuing and verifying credentials from non-JS
languages).
See the vc-js
README for further
information, background and discussion.
See the VC Demo repo for some instructions to get started.
If using the keygen
command, you will need a GitHub Personal Access Token with
at least "gist" permissions.
To use this tool, you only need Docker and Git.
To develop/modify it, you will also need to install Node.js and other deps.
- A 64-bit system
- git >= v2.x
- Docker >= 18.x (and a Docker Hub account(?))
In addition to the usage requirements above, you will need to install npm
and Node.js 12+.
To install locally (for development):
git clone https://github.com/digitalbazaar/vc-js-cli.git
cd vc-js-cli
npm install
See the contribute file!
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
Commercial support for this library is available upon request from Digital Bazaar: support@digitalbazaar.com
New BSD License (3-clause) © Digital Bazaar