Skip to content

Commit

Permalink
Added links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Mar 27, 2024
1 parent e89d229 commit 681e4bf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Quick start
# kc

kc is the reference implementation of the Multi Dimensional Identity Protocol ([MDIP](doc/DID-scheme/README.md)).
Details on each command can be found in the [CLI User Manual](doc/CLI-user-manual/README.md).

## Quick start

requires: node v18

```
$ git clone https://github.com/KeychainMDIP/keychain-cli
$ cd keychain-cli
$ git clone https://github.com/KeychainMDIP/kc
$ cd kc
$ npm install
```

Expand Down Expand Up @@ -76,3 +81,4 @@ Commands:
verify-file <file> Verify the signature in a JSON file
verify-response <did> Decrypt and validate a Verifiable Presentation
```

0 comments on commit 681e4bf

Please sign in to comment.