Detailed Explanation of BSN-DDC Basic Network (11): Official Portal OpenAPI Description and Development Data Summary

01

Official Portal OpenAPI Description

The official portal OpenAPI is a set of official portal business management service interfaces opened by the BSN Alliance for computing power centers and platforms. The operations of "business activation" and "recharge/withdrawal of fund account" need to be performed manually through the official portal. For other functions in the official portal, it is recommended that the computing power center and the platform should interface according to the official portal OpenAPI development materials. The management side functions and query functions of the system are integrated into its own business portal.

When calling each interface of the official portal OpenAPI, you need to fill in the apitoken in the request header, and the service side will verify the validity of the value of the apitoken, and at the same time associate the request message with the corresponding computing power center or platform based on this value. Therefore, the computing power center and the platform need to properly manage their own apitokens to prevent leakage.

The BSN-DDC basic network portal OpenAPI is a set of official DDC management service interfaces opened by the BSN Development Alliance to the platform, which does not include the "business opening" and "capital account recharge/withdrawal" operations in the official portal (ddc.bsnbase.com) .

The BSN Development Alliance recommends that the platform side implement interface docking in accordance with the "BSN-DDC Basic Network Portal OpenAPI Instruction Manual.pdf", and integrate the management side functions and query functions of the official DDC into its own business portal. In the process of calling the interface, you need to fill in the apitoken in the request header, and the service side will verify the validity of the value of the apitoken, and at the same time associate the request message with the corresponding platform side based on this value.

For the service address and the value of apitoken, please log in to ddc.bsnbase.com and view it in [Business Activation Information].

02

Development data summary

DID SDK

service address

https://didservice.bsngate.com:18602

open source library

https://github.com/BSN-DDC/did-sdk

Documentation

https://github.com/BSN-DDC/did-sdk/tree/main/docs

Official PortalOpenAPI

service address

https://openapi-ddc.bsnbase.com

Documentation

https://github.com/BSN-DDC/docs

Official DDC Open Alliance Chain Gateway

(only for DDC platform)

Wenchang chain:

https://bsnbase.com/static/tmpFile/bzsc/openper/7-3-1.html

Wuhan chain:

https://bsnbase.com/static/tmpFile/bzsc/openper/7-3-3.html

Thai chain:

https://bsnbase.com/static/tmpFile/bzsc/openper/7-3-2.html

Mid-shift chain:

https://bsnbase.com/static/tmpFile/bzsc/openper/7-3-6.html

Zunyi chain:

https://ccn.bsnbase.com/static/tmpFile/bzsc/Guide/3-3.html

Wenchang chain

DDC SDK open source library

https://github.com/BSN-DDC/wenchangchain/tree/main/ddc-sdk

DDC contract open source library

https://github.com/BSN-DDC/wenchangchain/tree/main/ddc-contract

Official DDC721 contract address

0x354c6aF2cB870BEFEA8Ea0284C76e4A46B8F2870

Official DDC1155 contract address

0x0E762F4D11439B1130D402995328b634cB9c9973

Official DDC billing proxy contract address

0x0B8ae0e1b4a4Eb0a0740A250220eE3642d92dc4D

Official DDC authority proxy contract address

0xFa1d2d3EEd20C4E4F5b927D9730d9F4D56314B29

Wuhan chain

DDC SDK open source library

https://github.com/BSN-DDC/wuhanchain/tree/main/ddc-sdk

DDC contract open source library

https://github.com/BSN-DDC/wuhanchain/tree/main/ddc-contract

Official DDC721 contract address

0xad3B52B4F4bd9198DC69dD9cE4aC9846667461a2

Official DDC1155 contract address

0x061e59c74815994DAb4226a0D344711F18E0F418

Official DDC billing proxy contract address

0xCa97bF3a19403805d391102908665b16B4d0217C

Official DDC authority proxy contract address

0x466D5b0eA174a2DD595D40e0B30e433FCe6517F5

Thai chain

DDC SDK open source library

https://github.com/BSN-DDC/taianchain/tree/main/ddc-sdk

DDC contract open source library

https://github.com/BSN-DDC/taianchain/tree/main/ddc-contract

Official DDC721 contract address

0xea485bb4015fd341D917215df98DC53e8b204FeF

Official DDC1155 contract address

0x83B61cf8B17e5f2f15E9230e1CAFd036A800e602

Official DDC billing proxy contract address

0x9f186dDea266dB25fd76BF939de538eC60650e31

Official DDC authority proxy contract address

0xdB208D57e68Dfb224ffEC36e46932E446d81533E

Middle shift chain

DDC SDK open source library

https://github.com/BSN-DDC/zhongyichain/tree/main/ddc-sdk

DDC contract open source library

https://github.com/BSN-DDC/zhongyichain/tree/main/ddc-contract

Official DDC contract name

reddatedc22

Zunyi chain

DDC SDK open source library:

https://github.com/BSN-DDC/zunyichain/tree/main/ddc-sdk

The content is quoted from "BSN-DDC Basic Network Help Manual", manual version number: 2.2.1, revision time: 2023-04

-END-

 

Guess you like

Origin blog.csdn.net/BSN_yanxishe/article/details/130683791