Skip to content

Commit

Permalink
docs: applying requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
javip97 committed Nov 28, 2023
1 parent 494a0c5 commit e3064a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Streamline the **Verifiable Credentials issuance** process with the user-friendl

- [Quick Start Installation](#quick-start-installation)
- [Prerequisites](#Prerequisites)
- [Issuer Node Api](#issuer-node-installation)
- [Issuer Node UI](#ui-installation)
- [Issuer Node Api](#issuer-node-api)
- [Issuer Node UI](#issuer-node-ui)
- [Quick Start Demo](#quick-start-demo)
- [Documentation](#documentation)
- [Tools](#tools)
Expand All @@ -49,7 +49,7 @@ Streamline the **Verifiable Credentials issuance** process with the user-friendl
- [Alchemy](https://www.alchemy.com/)
- [Infura](https://www.infura.io/)

### Issuer Node Installation
### Issuer Node API

In this section we will cover the installation of the Issuer Node API.

Expand Down Expand Up @@ -113,8 +113,8 @@ make up // Starts the database, cache and vault storage (i
Wait 20 secs so the vault can boot and generate a token.
``` bash
make add-vault-token
make private_key=<YOUR_WALLET_PRIVATE_KEY> add-private-key
make add-vault-token // Adds the generated token to the ISSUER_KEY_STORE_TOKEN var in .env-issuer
make private_key=<YOUR_WALLET_PRIVATE_KEY> add-private-key // Stores the private key in the vault
```
----
Expand Down Expand Up @@ -151,7 +151,7 @@ make restart-api
---
### UI Installation
### Issuer Node UI
In this section we will cover the installation of the Issuer Node UI, before continuing with these steps, make sure that you have followed the [Deploy Issuer Node Infrastructure](#Deploy-Issuer-Node-Infrastructure) section before continuing.
Expand Down

0 comments on commit e3064a0

Please sign in to comment.