📚
Hyperledger Fabric Development
search
⌘Ctrlk
📚
Hyperledger Fabric Development
  • Introduction
  • Getting Started
  • Components and Concepts
    • Membership Service Provider
    • Ledger
    • Channel
    • Smart Contract and Chaincode
    • Ordering Service
    • Transaction Flow
  • Chaincode Basics
  • Chaincode LifeCycle
  • Ledger Data Range Queries
  • CouchDB as a State Database
    • Prerequisites
    • Understanding Rich Queries
    • ChaincodeStub Functions for Rich Queries
    • CouchDB Indexes
  • Using Chaincode to Read the History of Assets
    • Collecting the History of Assets
    • Collecting the History of Assets (continued)
  • Programmatic Access Control: Client Identity
    • ClientIdentity
    • Lab - Balance Transfer
  • Chaincode Specifics
    • Cross-Chaincode Invocation
    • Key-Level Endorsement Policies
    • Usage Restrictions of Chaincode Expressions
  • HL Fabric Node.js SDK
    • Overview of SDK Modules
    • fabric-network
    • fabric-common
    • fabric-ca-client
  • Main Application Components
    • Chapter Overview
    • Wallet: A User Identities Storage
    • Instantiate a Wallet
    • Import Identities into a Wallet
    • Select and Manage Wallet Identities
    • Gateway: Network Interactions Management
    • Connection Profiles
    • Instantiate and Connect to a Gateway
    • Access Networks and Contracts
    • Network, Contract, and Transaction Classes
  • Interaction with Fabric CA from an Application
    • User Registration and Enrollment
  • Event Processing
    • HL Fabric Events and Subscriptions
    • Listening to Events Using fabric-network
  • Private Data Collections
    • What Is a Private Data Collection?
    • Private Data Collection Definition
    • Chaincode API for Private Data Collections
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

Components and Concepts

Membership Service Providerchevron-rightLedgerchevron-rightChannelchevron-rightSmart Contract and Chaincodechevron-rightOrdering Servicechevron-rightTransaction Flowchevron-right
PreviousProblem Statementchevron-leftNextMembership Service Providerchevron-right

Last updated 4 years ago