A simple pip installable package for controlling aries agents through admin API calls.
Package only available on the test at the moment.
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps aries_basic_controller
With docker installed, run the example using ./manage start
This spins up an aries agent and a notebook for both Alice and Bob. Additionally a local von-network is initialised.
To view the tutorials navigate to:
- Alice notebook - this contains the majority of the tutorials
- Bob notebook - Bob plays the other half of the protocols when needed.
Both notebooks require a token that can be found in the logs. Fetch the logs for the relevant container using these commands:
- Alice :
docker logs om-aries-controller_alice-notebook_1
- Bob :
docker logs om-aries-controller_bob-notebook_1
Built using Sequence Diagram