This repository holds all IdentityChain projects documentation and 🐋 Docker set-up to run our components. Please see the sub-README files inside the different folders for more details.
Please see Hyperledger Indy SDK repository documentation to get familiar with all the concepts used by this project
If you are already familiar with Hyperledger Indy or simply you want to know more about our project visit our documentation side:
The first thing we will need to do is to run an Indy Ledger. Based on the [Getting Started] documentation found in Hyperledger Indy SDK repository, we created a new Docker image which includes some added NYM transactions in the genesis pool transaction file. This identities were created using seed to make them reproducible and are used by our TRUST_ANCHORS:
- Government
- Chamber Of Commerce
Please see the test-pool sub-README file inside test-pool folder for more details.
There is a Circle CI job which will automatically build and publish the documentation (master branch only)
Run the following command to publish manually the documentation side:
./publish-docs.sh