pnpm i cycle-core-sdk
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", });
Last updated 5 months ago