Getting Started
1.Installation
pnpm i cycle-core-sdk
2.Init
Initialize Cycle SDK client
import { CycleCoreSDK } from "cycle-core-sdk";
const sdk = new CycleCoreSDK({
// available options: sailboat, jellyfish
network: "jellyfish",
});
Last updated