Skip to content

ID-Chain/Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdentityChain Commons

Documentation Build
CircleCI

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.

Getting Started

Documentation

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:

📚 https://id-chain.github.io/

How to run the components

Prerequisites 👉 Install Docker here & Docker-compose here

Running the test-pool

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.

Publishing the docs

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