Skip to content

alanveloso/minindy

 
 

Repository files navigation

MinIndy

If you would like to learn Hyperledger Indy, or just want to get a feel of Hyperledger Indy, MinIndy is the tool to get you started. MinIndy can stand up a Indy network on a small machine like a VirtualBox VM but can also deploy Indy networks across multiple production grade servers. MinIndy has been tested on Linux.

Prerequisites

docker (18.03 or newer) environment

5 GB remaining Disk Storage available

If you are using Linux (Ubuntu, Fedora, CentOS), or OS X
mkdir -p ~/mywork && cd ~/mywork && curl -o minindy -sL https://raw.githubusercontent.com/alanveloso/minindy/main/minindy && chmod +x minindy
Make minindy available system wide

Move the minindy script to a directory which is part of your execution PATH in your system or add the directory containing it to your PATH. This is to make the later operations a bit easier, you will be able to run the minindy command anywhere in your system without specifying the path to the minindy script.

About

Do Indy network the right and easy way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 68.8%
  • Python 21.7%
  • Shell 8.1%
  • Dockerfile 1.4%