tencent cloud

Introduction
Last updated: 2025-10-30 21:56:49
Introduction
Last updated: 2025-10-30 21:56:49

Welcome to use Tencent Cloud Blockchain (TBaaS).

Tencent Cloud Blockchain is committed to providing enterprises with financial-grade blockchain infrastructure services. Through blockchain services in the cloud, it provides industries with safe, reliable and flexible solutions. Create an open, sharing, comprehensive-capability and uniformly-standardized blockchain ecosystem to provide complete blockchain services for numerous industry customers.

1. Glossary

Term Chinese Description
The channel is a private blockchain built on the "Fabric" network, implementing data isolation and confidentiality.
A ledger is the chain of a channel and the world state maintained by each peer in the channel.
Chaincode A chaincode is a specific implementation of a smart contract in Hyperledger Fabric. It defines the interaction details between the application and the blockchain, such as the data format for the data on the chain and the verification logic for the data on the chain. It depends on what business logic users wish to implement on the chain.
On a channel, a block is a set of ordered transactions.
peer A network entity that maintains a Ledger and runs Chaincode containers to perform read-write operations on the Ledger.

2. API Quick Start

Add and modify the attribute values of objects through the "transaction initiation" (Invoke) API. Synchronization mode and asynchronous mode are supported.

Query the attribute value of the query object through the "transaction inquiry" (Query) API.

Query the outcome of the initiate interface in asynchronous mode through the "asynchronous transaction query" (GetInvokeTx) API.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback