Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Streamline the **Verifiable Credentials issuance** process with the user-friendly API and UI of the Issuer Node within the Privado ID ecosystem. The on-premise (self-hosted) Issuer Node, seamlessly integrated with a robust suite of tools including the mobile Wallet, Schema Builder, and Credential Marketplace, guarantees a frictionless experience for effortlessly issuing and verifying credentials.

![Triagle-of-trust](docs/assets/img/triangle-of-trust.png)
![Triangle-of-trust](docs/assets/img/triangle-of-trust.png)

**Features:**

Expand Down Expand Up @@ -192,7 +192,8 @@ make build-api && make run-api

In order to **stop all** the containers, run the following command:

> [!NOTE] This will not delete the data in the vault and the database.
> [!NOTE]
> This will not delete the data in the vault and the database.

``` bash
make stop-all
Expand Down Expand Up @@ -277,7 +278,7 @@ After configuring the variables, run the following commands:
make up
```

Then you must run the command to import the ethereum private key to the kms.:
Then you must run the command to import the ethereum private key to the kms:

```shell
make private_key <private-key> import-private-key-to-kms`
Expand Down Expand Up @@ -336,4 +337,4 @@ This [Quick Start Demo](https://docs.privado.id/docs/quick-start-demo) will walk

## License

By contributing to this project, you agree to the terms of licenses [Apache](LICENSE-APACHE) and [Mit](LICENSE-MIT).
By contributing to this project, you agree to the terms of licenses [Apache](LICENSE-APACHE) and [MIT](LICENSE-MIT).