All Products
Search
Document Center

Blockchain as a Service:Blockchain as a Service:Manage consortium blockchains

Last Updated:Mar 31, 2026

Use the BaaS console to manage your consortium blockchain network. This guide covers the full set of operations: creating a blockchain, applying for access, managing certificates, viewing on-chain data, and managing accounts and nodes.

Create a blockchain

  1. In the left-side navigation pane, click Blockchain Management, and then click Create blockchain.

  2. Enter the required configuration details to complete the setup.

  3. On the Blockchain Management page, confirm that the new blockchain appears in the list.

The free blockchain is available for 14 days only. Do not upload business code or business data to a free blockchain.

Apply for blockchain permissions

After the BaaS platform administrator creates a blockchain, members can apply for access. Once approved, download the development components and signature certificate to your local disk to start building blockchain applications. For setup instructions, see Quick Start.

Reset a certificate

Reset a certificate when you have lost the private key file or password, or when you want to replace an existing certificate. After resetting, generate a new certificate request and reapply.

Important

The BaaS platform does not store your private key. Keep it secure.

Steps

  1. Click Contract Blockchains. On the My Consortia page, select a consortium and click Manage in the Actions column.

  2. In the left-side navigation pane, click Blockchain Management. Select a blockchain and choose More > Reset Certificate.

    image.png

  3. In the dialog box that appears, click OK.

  4. After resetting, reapply for a certificate. For instructions, see Quick Start.

View blockchain details

After your permission request is approved, click View on the blockchain to open the details page.

The details page shows the following information:

  • Business statistics

  • Transaction history

  • Latest blocks

To query specific records, enter a block height or transaction hash in the search bar.

image.png

The transaction details page shows the following fields for each transaction:

FieldDescription
TimestampThe date and time when the transaction was recorded.
Block heightThe position of the block that contains this transaction.
Initiator accountThe account that submitted the transaction.
Target accountThe account that received the transaction.

Manage blockchains

Select a blockchain and click Manage in the Actions column to open the blockchain management page. The following operations are available:

OperationDescription
Apply for management permissionsView certificate applications in Application Management. Click Reset to submit a new certificate request.
Manage accountsCreate, view, freeze, or unfreeze accounts on Ant Blockchain.
Manage nodesView all nodes in the blockchain, including IP address, service port, and consensus status.

Apply for management permissions

In Application Management, view the certificates you have applied for. To replace a certificate, click Reset to submit a new certificate request.

image.png

Manage accounts

Create, view, freeze, and unfreeze accounts on Ant Blockchain. If an account is found to contain illicit content, the administrator can freeze it. A frozen account can no longer join a consortium, and its applied certificate on the consortium chain will be revoked.

image.png
Important

The BaaS platform does not save your private key. Save it yourself and keep it confidential.

Manage nodes

View information for all nodes in the current blockchain.

image.png
FieldDescription
Node IP addressThe IP address of the node.
Service portThe port used by the node for communication.
Consensus statusWhether the node is participating in consensus.

What's next

  • Quick Start — apply for permissions and set up your development environment after creating a blockchain.