Skip to content

Commit ebacf92

Browse files
committed
Adjust Readme and explanation in the getting started notebook.
* Point to the correct notebooks in readme * Point to using script to obtain token in Readme * Adjust explanation to find out about how connecting to StagingNet is configured in the docker setup at hand.
1 parent 7ebed18 commit ebacf92

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# Aries StagingNet Example
1+
# Public ledgers and mobile wallets example
22

33
This example takes you through the process of moving from a local development environment into a more realistic implementation of SSI with credential schema and definitions written to the public Sovrin StagingNet.
44

55
In this example, **you** will play the role of holder using a mobile agent of your choice. The notebooks represent an issuer and a verifier, the example takes you through issuing a credential to your wallet using the issuer notebook and then presenting attributes from this credential to the verifier on a different notebook. This begins to show the power of this architecture, the individual becomes the point of interoperability between systems for data about them.
66

77
## Notebooks:
88

9-
* [Issuer](http://localhost:8888) - run `docker logs aries-stagingnet_issuer-notebook_1` for the token.
10-
* [Verifier](http://localhost:8889) - run `docker logs aries-stagingnet_verifier-notebook_1` for the token.
9+
* [Issuer](http://localhost:8888/lab)
10+
* [Verifier](http://localhost:8889/lab)
11+
12+
In order to obtain the tokens required to access the notebooks, please run `./scripts/get_URLS.sh` in the root folder of the project (`/PyDentity`). If you run this you can also just click the links genrated by the script instead of copy-pasting the token.

tutorials/2. Public Ledgers and Mobile Wallets/notebooks/issuer/Part 1 - Getting Started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
" * For a complete list of Aca-Py startup parameters please refer to [this](https://github.com/hyperledger/aries-cloudagent-python/blob/25b7a9c08921e67b0962c434102489884ac403b2/aries_cloudagent/config/argparse.py) link.\n",
6868
"* Ensure that agent is exposed to the internet with `ngrok`\n",
6969
"\n",
70-
"Both of these are already taken care off by the `example/aries-stagingnet` docker environment.\n"
70+
"Both of these are already taken care off by the aries-args YAML files in the configuration folder in PyDentity root that provide paramaeters for the docker environments. You can go and have a look in the docker-compose.yml in this tutorial folder to see what images are used. Then check the respective docker and arg files to get an idea of how this can be configured.\n"
7171
]
7272
},
7373
{
@@ -111,4 +111,4 @@
111111
},
112112
"nbformat": 4,
113113
"nbformat_minor": 4
114-
}
114+
}

0 commit comments

Comments
 (0)