FOUR SDK / V1.0.0

Installation and requirements

After the owner publishes this package:

sh
npm  i  @fourbtd/sdk

For this unpublished checkout, run npm ci && npm run build && npm pack, then install

the generated fourbtd-sdk-1.0.0.tgz in your application.

  • Runtime: Node.js 20+; npm 10+ for installation. Use the latest patch of an active Node release for development.

  • Environments: local (default), solana-devnet, solana-mainnet.

  • Modern browsers with Fetch, AbortController, structuredClone and Web Crypto in a secure context.

  • ESM first, with CommonJS, TypeScript declarations and JavaScript source maps.

  • Zod is the only runtime dependency. No wallet SDK or private key is required.