File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
tutorials/aries-basic-controller Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ With docker installed, run the example using ./manage start
5
5
6
6
This spins up an aries agent and a notebook for both Alice and Bob. Additionally a local von-network is initialised.
7
7
8
- To view the tutorials navigate to:
9
- * [ Alice notebook] ( http://localhost:8888 ) - this contains the majority of the tutorials
10
- * [ Bob notebook] ( http://localhost:8889 ) - Bob plays the other half of the protocols when needed.
8
+ To access the tutorials in the jupyter notebook run from the ** root PyDentity folder** :
11
9
12
- Both notebooks require a token that can be found in the logs. Fetch the logs for the relevant container using these commands:
13
- * docker logs aries-basic-controller_alice-notebook_1
14
- * docker logs aries-basic-controller_bob-notebook_1
10
+ ` ./scripts/get_URLS.sh `
11
+
12
+ This will print out the urls with tokens for all jupyter notebook instances running within docker.
13
+
14
+ Navigate to the links and begin the tutorial starting from Part 1.
You can’t perform that action at this time.
0 commit comments