Skip to content

Documentation about the trustchain, a blockchain designed for self sovereign identity.

License

Notifications You must be signed in to change notification settings

trustcerts/trustchain-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TrustChain documentation

this repository includes all information of how to set up a trustchain and how to interact with it.

Network base concept

The network is based on a layer model, where each layer's members have different tasks. Each layer is only communicating with its neighbors.

The first layer contains the root members of the network, the validators. They are responsible for the consensus mechanisms and managing the second layer. On the second layer are two different type of members, some are responsible for write requests and others for read requests. Gateways are managing the third layer and act like gatekeepers. They are validating and filtering any input from the third layer and will send it to the members of the first layer if necessary. Observers are giving the third layer access to read from the blockchain. On the third layer are clients, they use the second layer to interact with the blockchain. They are not full nodes like the members from layer one and layer two to reduce the requirement resources.

Getting started

To build up a trustchain network the different layers have to be build up from 1 to 3 since the lower layer is responsible for the next one. Use this walk through to setup a network.

Working with the code

Check out the trustchain-node repository to interact with the source code.

About

Documentation about the trustchain, a blockchain designed for self sovereign identity.

Resources

License

Stars

Watchers

Forks