

Connection Method | Advantages and Disadvantages | Applicable Scenarios |
TencentCloud API | Simple configuration. You can access the network just by using SecretID and SecretKey. It has less functionality, containing only calling, querying, and initiating transactions. | User-side application systems hope to integrate with the cloud-based blockchain network at the fastest speed or in the shortest development time. The call frequency of the user-side application system to the blockchain is less than 20 TPS. User-side application systems are unable to be fixedly deployed in the same cloud VPC as the blockchain or users do not plan to purchase CVMs. Support Fabric blockchain engine. |
Blockchain SDK | Cumbersome configuration, powerful feature. tbaas-fabric-sdk-java encapsulates the Native Community SDK, simplifying the configuration process while retaining rich functionality support. chainmaker-sdk-go-demo provides a detailed introduction on how to use the sdk to integrate with the Chang'an Chain network. It also offers a complete demo to help users quickly understand the integration method of the sdk. | The call frequency of the user-side application system to the blockchain exceeds 20 transactions per second (TPS). The user-side application system has already developed based on the native blockchain SDK. When migrating to the cloud, it hopes to make as few changes as possible. If Private Network Services are required (requires purchasing a Tencent Cloud server), the VPC where the user-side server is located must be in the same region as the blockchain network. For example, if the user-side server's VPC is in Guangzhou, the blockchain network also needs to be purchased in Guangzhou. Currently, TBaaS only supports connection within the same region. Currently, Fabric supports private network and public network services. |
Feedback