For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started

1.Installation

pnpm i cycle-core-sdk

2.Init

Initialize Cycle SDK client

network: Specify which cycle network the SDK client should connect to.

The Client it self

import { CycleCoreSDK } from "cycle-core-sdk";
const sdk = new CycleCoreSDK({
  // available options: sailboat, jellyfish
  network: "jellyfish",
});

最后更新于