Skip to content

juanjo-vlc/hyperledger-indy-monitoring

Repository files navigation

Indy node monitoring

Please take a look at the corresponding blog entry: https://juanjo.garciaamaya.com/posts/devops/indy-node-monitoring

This code is based on BCgov's von-network work with minor additions ans was created for training purposes, not for production use.

Running the example

If you want to run the example environment, do the following.

  1. Clone this repository
git clone https://github.com/juanjo-vlc/hyperledger-indy-monitoring.git
  1. CD into the projects folder
cd hyperledger-indy-monitoring
  1. Copy the env.sample file to .env
cp env.sample .env
  1. Edit the .env file using your favorite text editor and point the GENESIS_URL variable to point to your indy network's pool genesis url. As this was done for training, it uses the default Network DIDs, if you want to connect to your custom chain, edit the SEED environment variable to match the seed from DID with NETWORK_MONITOR role.

  2. Bring up the containers

docker-compose up -d

Then you can point your browser to:

As this was done for training, it uses the default Sovrin Builder's Network DIDs, if you want to connect to your custom chain, add the SEED environment variable to the browser container on the docker-compose.yml file.

About

Hyperledger indy nodes monitoring PoC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages