Skip to content

Commit c16c123

Browse files
authored
Minor readme updates
1 parent 2a044c7 commit c16c123

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,25 @@ E.g for the main tutorial on the aries-basic-controller
4747

4848
In the tutorials folder you will find a set of series of juypter notebook tutorials walking through how to use the libraries contained within this repository. Each tutorial series can be run from it's folder using `./manage start`
4949

50-
### [SSI Basics with Hyperledger](./tutorials/1.%20Learning%20Aries,%20ACA-Py%20and%20the%20Basic%20Controller)
50+
### [Learning Aries, ACA-Py and the Basic Controller](./tutorials/1.%20Learning%20Aries,%20ACA-Py%20and%20the%20Basic%20Controller)
5151

5252
This series introduces Self-Sovereign Identity and provides all the information needed to get started developing with the Hyperledger SSI stack using the aries-basic-controller library we developed to provide code examples within the notebooks.
5353

5454
**This is a great place to start!**
5555

56-
### [Making SSI "real"](./tutorials/2.%20Public%20Ledgers%20and%20Mobile%20Wallets)
56+
### [Public Ledgers and Mobile Wallets](./tutorials/2.%20Public%20Ledgers%20and%20Mobile%20Wallets)
5757

58-
In this series you will learn how to move your solutions from a local test network onto the publicly accessible internet by connecting to the Sovrin StagingNet.
58+
In this series you will learn how to move your solutions from a local test network onto the publicly accessible internet by connecting to the Sovrin StagingNet. You will interact with the agents through the notebooks using a publically available mobile agent that you can download from the app store.
5959

6060
### [Sending files](./tutorials/3.%20Attachments)
6161

6262
In this series you will learn how to attach files and send them from Alice to Bob.
6363

64-
### [Multiple wallets and mediated communication](./tutorials/4.%20Multitenancy)
64+
### [Multi-tenancy and Mediation](./tutorials/4.%20Multitenancy)
6565

66-
In this series you will learn mainly three things. Firstly, we show how to create wallets for Alice and Bob on the same agent. These wallets are called subwallets and are managed by a base wallet. We continue by exploring mediation of communication ([see here for more details](https://github.com/hyperledger/aries-cloudagent-python/blob/main/Mediation.md)). Lastly, the tutorial expands on these concept by introducing an external agent - external as in from an outside network. Here, we use familiar concepts from the second tutorial series (Making SSI "real").
66+
In this series you will learn mainly three things. Firstly, we show how to create wallets for Alice and Bob on the same agent. These wallets are called subwallets and are managed by a base wallet. We continue by exploring mediation of communication ([see here for more details](https://github.com/hyperledger/aries-cloudagent-python/blob/main/Mediation.md)). Lastly, the tutorial expands on these concept by introducing an external agent - external as in from an outside network. Here, we use familiar concepts from the second tutorial series.
67+
68+
**This configuration also gives an example of how to configure an agent to use postgres for it's wallet storage**
6769

6870

6971
## Libraries

0 commit comments

Comments
 (0)