Skip to content

controlthingsopensource/Hyperledger-Indy-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Hyperldger Indy Testing environment

Description

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.

Installation

Prerequisites

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 .

Running the sample

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

About

A simple testing environment for Hyperledger Indy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published