0.3.0 • Published 7 months ago

@cedric42/sdk v0.3.0

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

@cedric42/sdk

SDK Installation

NPM

npm add @cedric42/sdk

Yarn

yarn add @cedric42/sdk

SDK Example Usage

import { Cedric } from "@cedric42/sdk";

(async () => {
    const sdk = new Cedric({
        startonApiKey: "",
    });

    const res = await sdk.data.getBalance({
        address: "164 Runolfsson Via",
        network: "string",
    });

    if (res.statusCode == 200) {
        // handle response
    }
})();

Available Resources and Operations

data

ipfs

kms

monitor

network

  • create - Create a network (enterprise)
  • delete - Delete a network (enterprise)
  • getAll - Get all networks
  • getOne - Get a network
  • update - Update a network (enterprise)

network.rpc

  • create - Add a rpc (enterprise)
  • delete - Delete a rpc (enterprise)
  • getAll - Get all rpc (enterprise)
  • getOne - Get a rpc (enterprise)
  • update - Update a rpc (enterprise)

smartContractManagement

transactionManager

transactionManager.setting

wallet

webhook

project.member

project.member.invitation

smartContract.template

Development

Maturity

This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.

Contributions

While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!

SDK Created by Speakeasy

0.3.0

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago