Skip to content

Commit

Permalink
Fix README Table of Contents.
Browse files Browse the repository at this point in the history
And improve the code fencing a bit.
  • Loading branch information
BigBlueHat authored and aljones15 committed Mar 20, 2024
1 parent 8844753 commit f627dc5
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,27 @@

## Table of Contents

- [Ed25519Signature2020 Cryptosuite Test Suite](#ed25519signature2020-cryptosuite-test-suite)
- [Table of Contents](#table-of-contents)
- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [Implementation](#implementation)
- [Docker Integration (TODO)](#docker-integration-todo)
- [Contribute](#contribute)
- [License](#license)
- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [Implementation](#implementation)
- [Docker Integration (TODO)](#docker-integration-todo)
- [Contribute](#contribute)
- [License](#license)

## Background
Provides interoperability tests for verifiable credential processors
(issuers and verifiers) that support [Ed25519Signature2020](https://www.w3.org/TR/vc-di-eddsa/#the-ed25519signature2020-suite).

## Install

```js
```sh
npm i
```

## Usage

```
```sh
npm test
```

Expand All @@ -46,7 +44,7 @@ All endpoints will need the tag `Ed25519Signature2020`.

A simplified manifest would look like this:

```js
```json
{
"name": "My Company",
"implementation": "My implementation",
Expand Down

0 comments on commit f627dc5

Please sign in to comment.