Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mlibre committed Dec 17, 2023
1 parent efe9ba4 commit ce68f49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions Contents/blockchain/Hyperledger/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ In `Fabric`, an application-specific endorsement policy specifies which peer nod

Hyperledger Fabric, enables confidentiality through its `channel` architecture and private data feature. In channels, participants on a Fabric network establish a `sub-network` where every member has visibility to a `particular set` of transactions. Thus, only those nodes that participate in a channel have access to the chaincode and data transacted, preserving the privacy and confidentiality of both. Private data allows collections between members on a channel, allowing much of the same protection as channels without the maintenance overhead of creating and maintaining a separate channel.

## Technology
## Ecosystem

Hyperledger Fabric is written in `Go`. It uses `CouchDB` as its state database. and `etcd` as its key-value store.
![Docker-based deployment environments](./assets/ecosystem.png)

## Reference

* <https://github.com/hyperledger/fabric>
* <https://wiki.hyperledger.org/>
* <https://wiki.hyperledger.org/display/fabric/Ecosystem>
* <https://www.youtube.com/channel/UC7_X0WkMtkWzaVUKF-PRBNQ>
* <https://hyperledger-fabric.readthedocs.io/en/latest/index.html>

0 comments on commit ce68f49

Please sign in to comment.