Skip to content

Instantly share code, notes, and snippets.

@rosdyana
Created November 13, 2017 08:31
Show Gist options
  • Save rosdyana/6e63cd7788ca3575493af6cb7c7d860c to your computer and use it in GitHub Desktop.
Save rosdyana/6e63cd7788ca3575493af6cb7c7d860c to your computer and use it in GitHub Desktop.
Hyperledger Fabric

What is Hyperledger Fabric

  • Hyperledger Fabric is enterprise grade distributed ledger based on blockchain technology that use smart contract to enforce trust between parties.
  • start from IBM, opensource.
  • hyperledger based on blockchain, but hyperledger isn't cryptocurrency, there's no mining in hyperledger.
  • hyperledger using blockchain without being cryptocurrency.
  • hyperledger keep good props of cryptocurrency blockchain like block imutable, all operation determination, etc.
  • ex : etherium - a thousand transaction per minute, hyperledger easily can operate half million of transaction per minute
  • hyperledger is distributed by design, it's not decentralized database.
  • data -> blockchain data -> imutable
  • inside blockchain there is a ledger, this ledger store every single operation execute on the network called record.
  • this record is completely imutable.
  • the parties need the network visibility.
  • hyperledger is a blockchain with a ledger that gurantee the data can't be authored and the data will be execute with particullar order and this data is shared with all parties.

How Hyperledger solves problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment