This is a simple testing environment for testing application developed using Hyperledger Indy SDK. It includes a docker image of Indy's sample pool and instructions for using it.
In order to Install Indy's sample pool docker is required. In order to be ample to run the example scripts you need fist to install Indy SDK and then the python wrapper
Install the docker image of the sample indy pool by executing the following command inside the test_pool
folder
- docker build -f indy-pool.dockerfile -t indy_pool .
First run the Indy sample pool by executing:
- docker run --name test_pool -itd -p 9701-9708:9701-9708 indy_pool
Then execute
- python3 indy_sample.py