File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Table of Contents
4
4
5
- - [ Ed25519Signature2020 Cryptosuite Test Suite] ( #ed25519signature2020-cryptosuite-test-suite )
6
- - [ Table of Contents] ( #table-of-contents )
7
- - [ Background] ( #background )
8
- - [ Install] ( #install )
9
- - [ Usage] ( #usage )
10
- - [ Implementation] ( #implementation )
11
- - [ Docker Integration (TODO)] ( #docker-integration-todo )
12
- - [ Contribute] ( #contribute )
13
- - [ License] ( #license )
5
+ - [ Background] ( #background )
6
+ - [ Install] ( #install )
7
+ - [ Usage] ( #usage )
8
+ - [ Implementation] ( #implementation )
9
+ - [ Docker Integration (TODO)] ( #docker-integration-todo )
10
+ - [ Contribute] ( #contribute )
11
+ - [ License] ( #license )
14
12
15
13
## Background
16
14
Provides interoperability tests for verifiable credential processors
17
15
(issuers and verifiers) that support [ Ed25519Signature2020] ( https://www.w3.org/TR/vc-di-eddsa/#the-ed25519signature2020-suite ) .
18
16
19
17
## Install
20
18
21
- ``` js
19
+ ``` sh
22
20
npm i
23
21
```
24
22
25
23
## Usage
26
24
27
- ```
25
+ ``` sh
28
26
npm test
29
27
```
30
28
@@ -46,7 +44,7 @@ All endpoints will need the tag `Ed25519Signature2020`.
46
44
47
45
A simplified manifest would look like this:
48
46
49
- ``` js
47
+ ``` json
50
48
{
51
49
"name" : " My Company" ,
52
50
"implementation" : " My implementation" ,
You can’t perform that action at this time.
0 commit comments