🏢 Enterprise

Hyperledger Fabric Networks

Deploy Hyperledger Fabric Networks in Minutes

Launch production-ready Hyperledger Fabric networks with multi-organization support and enterprise-grade security. Connect multiple companies seamlessly and monitor your network in real-time.

Fabric Architecture

Multi-party confidentiality, by design

Unlike single-chain blockchains, Fabric gives every consortium subset its own isolated ledger — plus field-level encryption within each one. These aren't configuration options; they're core to how Fabric works.

Channel Isolation

Each consortium subset gets its own ledger

Org AOrg B

Channel 1 — independent ledger

Org BOrg C

Channel 2 — independent ledger

Org A cannot read Channel 2. Org C cannot read Channel 1.

A channel is a private subnet with its own ledger, chaincode, and policies. Data on Channel 1 is cryptographically invisible to anyone not on that channel — even nodes on the same physical network. ChainLaunch lets you create and manage channels through a UI, with no manual genesis config.

Private Data Collections

Field-level privacy within a channel

Transaction on Channel 1

Public (Org A + Org B)

product_id, timestamp, status

Private (Org A only)

unit_price, margin — hash on chain, payload encrypted

Org B sees the transaction but not the price.

Private data collections (PDC) let specific orgs share encrypted data within a channel — without creating a separate channel for each data partition. Only the hash goes on the main ledger; the payload is stored in a side-database shared only with authorized orgs. ChainLaunch wires up the gossip protocol and side-db automatically.

Per-org Identity (MSP & CA)

Identity is org-scoped, not network-scoped

Org1 CA

peer0.org1admin.org1

Org2 CA

peer0.org2admin.org2

ChainLaunch manages enrollment, renewal, and revocation across all orgs.

Every organization controls its own Certificate Authority and issues certificates to its peers, admins, and clients. The Membership Service Provider (MSP) defines who counts as a valid member of each org. Bootstrapping PKI manually is notorious for blocking Fabric projects for weeks. ChainLaunch automates CA setup, peer enrollment, and certificate renewal across every org.

How Fabric Works

Deploy Enterprise Hyperledger Fabric Networks Effortlessly

# Organization A generates invitation
chainlaunch nodesharing generate-node-invitation \
  --bidirectional \
  --network_type fabric \
  --org_name "Org1MSP"

# Organization B accepts invitation
chainlaunch nodesharing accept-node-invitation \
  --invitation_jwt "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9..."

# Sync external nodes and join channels
chainlaunch nodesharing sync-external-nodes --peer_node_id "1"

# Join channel with external organization
chainlaunch fabric channel join \
  --channel_name "supply-chain" \
  --peer_id "external-peer-org2" \
  --org_msp "Org2MSP"

# Now both organizations can transact on shared channels
# with their own nodes while maintaining sovereignty

Fabric Features

The parts Fabric makes hard, automated

Fabric's enterprise capabilities — chaincode governance, channel isolation, per-org PKI — are also its biggest operational overhead. Here's how ChainLaunch removes the friction from each one.

Smart contracts

Chaincode Lifecycle

Fabric's chaincode lifecycle requires every org to independently approve a new version before it can be committed to a channel — a governance step that prevents unilateral contract changes. ChainLaunch tracks approvals per org and commits automatically once the endorsement policy threshold is met.

  • Per-org approval dashboard — see who has approved, who hasn't
  • One-click commit once endorsement policy is satisfied
  • Upgrade and rollback with full audit trail
  • Isolated sandbox testing before any network deployment
Network structure

Channel & Consortium Governance

Channels carry their own policies for adding orgs, updating anchor peers, and changing the ordering config. These policies are encoded in a channel config block — a protobuf structure that most teams find nearly impossible to edit by hand. ChainLaunch exposes the full channel lifecycle through a form-based UI.

  • Create channels with custom admin, read, and write policies
  • Add organizations to existing channels without downtime
  • Anchor peer configuration per org — required for cross-org gossip
  • Consortium definition at the system channel level
  • Channel config diff viewer before any update is signed
PKI & access control

Identity, CA & MSP Management

Every participant holds a certificate from their org's CA. Setting up Fabric CA, enrolling peers and admins, configuring MSP folder structures, and managing renewals is the most common reason Fabric projects stall. ChainLaunch runs a managed CA per org and handles the full certificate lifecycle automatically.

  • Fabric CA provisioned per org — no manual configuration
  • Automatic peer, orderer, admin, and client enrollment
  • MSP directory generated and distributed to all nodes
  • Certificate expiry alerts and one-click renewal
  • TLS certificates for all inter-node communication

What's Included

Everything you need, fully managed

Every ChainLaunch managed plan comes with enterprise-grade features built in.

  • RBAC + 2FA

    Role-based access control with two-factor authentication across all users

  • HashiCorp Vault integration

    Enterprise-grade key and secrets management out of the box

  • Enhanced audit logs

    Tamper-evident audit trail for compliance and security monitoring

  • Real-time monitoring

    Live block, transaction, and node health metrics with alerting

  • Federated metrics

    Cross-network metrics aggregation and analysis for multi-org deployments

  • Advanced analytics

    Comprehensive reporting and dashboards across all your networks

  • Automated cert management

    Certificate lifecycle handled automatically — no manual PKI work

  • Priority support

    Direct access to the ChainLaunch engineering team during business hours

  • Zero-downtime upgrades

    Roll out chaincode and orderer upgrades without interrupting transactions

  • Enterprise security

    Network isolation, encrypted storage, and SOC 2-aligned controls

FAQs

Frequently Asked Questions

How quickly can I get a blockchain network running?
With ChainLaunch managed cloud, you can have a running Hyperledger Fabric or Besu network in under 5 minutes. Just book a call, choose your setup, and we handle provisioning, configuration, and deployment.
What blockchains does ChainLaunch support?
ChainLaunch supports Hyperledger Fabric, Fabric X, and Hyperledger Besu — three distinct products. Fabric is the established permissioned blockchain framework; Fabric X is its next-generation evolution with improved architecture; and Besu is an enterprise Ethereum client for EVM-compatible networks. You can deploy single-org networks for development or multi-org consortiums for production use.
Can I connect nodes from multiple companies?
Yes. ChainLaunch includes node sharing capabilities that let you connect and manage blockchain nodes across different organizations. You can generate invitations, share nodes bidirectionally, and sync external nodes — making consortium management straightforward.
Can ChainLaunch support production deployments, not just PoCs?
Yes. ChainLaunch is designed for both PoC and production environments. It includes RBAC, SSO, automated backups, HashiCorp Vault key management, audit logging, block explorer, and SLA guarantees. Book a call to discuss what your production setup requires.
What happens if I need to scale?
ChainLaunch can grow with your project — from a small proof of concept to a full multi-org production network. Contact us to discuss dedicated infrastructure, custom node counts, or any specific requirements.
How does ChainLaunch handle security and key management?
ChainLaunch implements role-based access control (RBAC), SSO integration (Okta, Auth0, Keycloak), comprehensive audit logging, and encrypted key storage. Enterprise customers get optional HashiCorp Vault integration for maximum compliance and control. All managed instances run on dedicated servers with SSH key-based access.

Ready to Deploy Your Fabric Network?

Stop struggling with complex Fabric setups. Deploy enterprise-ready networks in minutes with ChainLaunch.

ChainLaunch Pro   Multi-org support, enterprise security with Vault and AWS KMS, monitoring, and premium support. Pricing tailored to your organization.

David Viejo, founder of ChainLaunch

Talk to David Viejo

Founder & CTO · 6+ years blockchain · Responds within 24h

Questions about Fabric deployment? Contact us

New to Fabric? Start with our step-by-step guide:

How to Create a Hyperledger Fabric Network →