All Products
Search
Document Center

Blockchain as a Service:Create an organization

Last Updated:Mar 31, 2026

A blockchain network is a consortium of multiple organizations. Each organization represents a participant in the network — enterprises, government agencies, groups, and other entities can all join as participants.

Alibaba Cloud BaaS supports two organization roles:

  • Consortium operator: Manages and operates the public infrastructure of the consortium.

  • Business participant: Represents a company or enterprise in the consortium. Each enterprise can define one or more organizations.

Create an organization

BaaS provides two modes for creating an organization:

  • Quick mode: Specify the required information and BaaS automatically creates the consortium, organizations, and channel memberships. See Quick start with blockchain.

  • Standard mode: Manually configure and create an organization. Follow the steps below.

Prerequisites

Before you begin, ensure that you have:

Steps

  1. Log on to the Alibaba Cloud BaaS console.

  2. On the Overview page, click Create Organization.

  3. Configure the following parameters:

    ParameterDescription
    Organization NameEnter a name that reflects the organization's business purpose.
    Domain NameEnter the prefix for the consortium domain name.
    RegionSelect the region where your organization operates. For best performance, select the same region as your business application.
    SpecificationSelect Basic, Enterprise Edition, or Enterprise Security Edition based on your requirements.
    Node QuantityEnter the number of peer nodes for the organization.
    DescriptionEnter a description for the organization.
  4. Click OK. Resource provisioning takes 15 to 40 minutes. When the organization is ready, its status changes to Running.

  5. In My Organizations, click the organization name to open the organization details. The details page includes the following tabs:

    TabContent
    ConsortiumConsortia this organization has joined
    ChannelsChannels available to this organization
    Peer NodesPeer nodes in this organization
    UsersUsers associated with this organization
    ChaincodesChaincodes deployed by this organization
Organization details

What to do next

After the organization status shows Running, complete the following steps to make the organization operational in a consortium network:

  1. Join a consortium: Use the Consortium tab to join an existing consortium or create a new one.

  2. Set up channels: Use the Channels tab to create or join channels for communication between organizations.

  3. Deploy chaincodes: Use the Chaincodes tab to install and instantiate chaincodes on your peer nodes.

For a complete walkthrough of the blockchain setup process, see Use blockchain services.

References