You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You should now be able to run any of the tutorials or projects within this repo.
35
35
36
36
E.g for the main tutorial on the aries-basic-controller
37
37
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`
39
39
2. Spin up the docker-compose configuration
40
40
`./manage start`
41
41
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
47
47
48
48
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`
49
49
50
-
### [SSI Basics with Hyperledger](./tutorials/aries-basic-controller)
50
+
### [SSI Basics with Hyperledger](./tutorials/1.%20Learning%20Aries,%20ACA-Py%20and%20the%20Basic%20Controller)
51
51
52
52
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.
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.
59
59
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").
0 commit comments