Getting Started
1.Installation
pnpm i cycle-core-sdk2.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",
});最后更新于