Skip to content

Commit

Permalink
Merge branch 'main' into update/main/internal
Browse files Browse the repository at this point in the history
  • Loading branch information
patlo-iog authored May 22, 2024
2 parents 3bb2195 + cd8ae39 commit c7604d0
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 100 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<a href="https://atalaprism.io">
<img src="docs/images/logos/atala-prism-logo.png" alt="atala-prism-logo" width="513px" height="99px" />
<img src="docs/images/logos/identus-logo.svg" alt="identus-logo" width="513px" height="99px" />
</a>
<br>
<i> <font size="18">Identus Cloud Agent</font> </i>
<i> <font size="18">Cloud Agent</font> </i>
<br>
<br>
<a href='https://coveralls.io/github/hyperledger/identus-cloud-agent?branch=main'><img src='https://coveralls.io/repos/github/hyperledger/identus-cloud-agent/badge.svg?branch=main' alt='Coverage Status' /></a>
Expand Down Expand Up @@ -135,15 +135,15 @@ The `PORT` variable is used to specify the port number for the Cloud Agent to li
In real life, you will need to start at least two Cloud Agent instances with different roles. For example, you can start one instance with the `issuer` role and another one with the `holder` role. The `issuer` instance will be used to issue verifiable credentials (VCs) and the `holder` instance will be used to hold VCs. Here is an example of how you can do this:

```bash
PORT=8080 AGENT_VERSION=${AGENT_VERSION} PRISM_NODE_VERSION=2.2.1 \
PORT=8080 AGENT_VERSION=${AGENT_VERSION} PRISM_NODE_VERSION=2.3.0 \
docker compose \
-p "issuer" \
-f ./infrastructure/shared/docker-compose-demo.yml \
up --wait
```

```bash
PORT=8090 AGENT_VERSION=${AGENT_VERSION} PRISM_NODE_VERSION=2.2.1 \
PORT=8090 AGENT_VERSION=${AGENT_VERSION} PRISM_NODE_VERSION=2.3.0 \
docker compose \
-p "holder" \
-f ./infrastructure/shared/docker-compose-demo.yml \
Expand Down
Binary file removed docs/images/logos/atala-prism-logo.png
Binary file not shown.
87 changes: 0 additions & 87 deletions docs/images/logos/atala-prism-logo.svg

This file was deleted.

Binary file added docs/images/logos/identus-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c7604d0

Please sign in to comment.