Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #121 from mepeltier/docs/interlaced-qr-code
Browse files Browse the repository at this point in the history
docs: handling interlaced QR code
  • Loading branch information
dbluhm authored Jan 25, 2022
2 parents 1501b1f + a7e39e2 commit 0f6a4bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ console for each started agent. Paste these invitations into an instance of the
Aries Toolbox to form an "admin" connection and use the Toolbox to trigger
interactions with other agents.

> Note: in addition to invitation URLs, QR codes are printed to the console as well. In scenarios of multiple agents, occasionally, these QR codes are interlaced with one another, causing them to be unusable. If this happens and the QR codes are necessary for the demonstration, do the following:
>
> 1. Open a separate window and navigate to the `demo` directory
> 2. Run `docker logs <container name>`
>
> This will re-print the logs for an individual agent. The QR code will be displayed uninterrupted.
#### Single Agent

Run the following from the `demo` directory:
Expand Down

0 comments on commit 0f6a4bd

Please sign in to comment.