Hyperledger Fabric
Hyperledger Fabric is an open-source platform for developing privacy-focused enterprise applications. It supports smart contracts, or “chaincodes”, written in public languages (Golang, JavaScript, Java, and others).
- Modular design for connecting custom functionalities to the network
- Permission network assigns individual roles based on the node type
- Peer nodes can batch and process multiple transactions simultaneously
- Membership identity service manages user IDs and validates members
- Access control lists provide authorization for specific network operation
- Both businesses and the network can customize consensus protocols