cloud-chain-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

云链白泽 SDK

安装SDK

yarn add cloud-chain-sdk

使用

const BaasZeSDKClient = require('cloud-chain-sdk');
 
const client = new BaasZeSDKClient({
    app_id: '', // 您的APP_ID
    app_secret: '' // 您的APP_SECRET
});
 
(async () => {
    try {
        const result = await client.getContractList()
 
        console.log(result);
    } catch (e) {
        console.error(e);
    }
})();
 

Package Sidebar

Install

npm i cloud-chain-sdk

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

28.4 kB

Total Files

17

Last publish

Collaborators

  • baasze