Fragmetric SDK is the official TypeScript/JavaScript client for interacting with Fragmetric Solana programs.
It supports browser apps, Node.js environments, and includes a CLI for operational workflow and hardware wallet support.
- node >= 20 (for CJS bundle)
- browser >= ?
$ pnpm i @fragmetric-labs/sdk@latest
Full usage, guides, and API references: 👉 https://docs2.fragmetric.xyz/dev/tools/sdk/offchain
- ../examples/react – Web app setup with ESM bundlers (e.g. Rollup, Webpack)
- ../examples/node - Node.js usage with CJS