All Products
Search
Document Center

Blockchain as a Service:Operation process

Last Updated:Mar 31, 2026

Blockchain as a Service (BaaS) follows a seven-step workflow to build and operate a Hyperledger Fabric consortium blockchain network. Steps 1–4 set up the network in standard mode by manually creating organizations, a consortium, channel membership, and channels. Steps 5–7 deploy chaincodes, connect applications, and manage the running network.

To complete steps 1–4 faster, see Quick start.

Procedures

Workflow steps

StepTaskWhat it does
1Create organizationsCreates a business organization that can be invited into a consortium and channel. Complete this step before creating a consortium.
2Create consortiaSets up the consortium blockchain infrastructure, including the orderer nodes.
3Invite organizations to join a consortiumAdds member organizations to the consortium.
4Create channelsCreates communication channels between organizations to form the blockchain network.
5Deploy chaincodesUploads smart contracts (chaincodes) in the required format. The steps differ by Fabric version: see Deploy chaincodes (V1.4) for Fabric 1.4, or Deploy chaincodes (V2.2) for Fabric 2.2.
6Access the blockchain networkConnects applications to the network. This step includes Manage users and Access the blockchain network.
7Manage the blockchain networkMonitors and administers the running network. Use Manage users and View logs.