Skip to content

Commit 2a044c7

Browse files
committed
Adjust READMEs to reflect new tutorial structure
1 parent ebacf92 commit 2a044c7

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You should now be able to run any of the tutorials or projects within this repo.
3535

3636
E.g for the main tutorial on the aries-basic-controller
3737
1. Navigate to the root directory of the tutorial
38-
`cd tutorials/aries-basic-controller`
38+
`cd tutorials/1. Learning Aries, ACA-Py and the Basic Controller`
3939
2. Spin up the docker-compose configuration
4040
`./manage start`
4141
3. Get the urls and tokens for the juypter notebook instances within the project
@@ -47,16 +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/aries-basic-controller)
50+
### [SSI Basics with Hyperledger](./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/aries-stagingnet)
56+
### [Making SSI "real"](./tutorials/2.%20Public%20Ledgers%20and%20Mobile%20Wallets)
5757

5858
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.
5959

60+
### [Sending files](./tutorials/3.%20Attachments)
61+
62+
In this series you will learn how to attach files and send them from Alice to Bob.
63+
64+
### [Multiple wallets and mediated communication](./tutorials/4.%20Multitenancy)
65+
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").
67+
68+
6069
## Libraries
6170

6271

libs/aries-basic-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Current version 0.2
1111

1212
## Tutorial
1313

14-
Find out how to use this package by taking our [jupyter notebook tutorial series](../../tutorials/aries-basic-controller).
14+
Find out how to use this package by taking our [jupyter notebook tutorial series](../../tutorials/).
1515

1616

0 commit comments

Comments
 (0)