SINAI STANDARD

SDK Reference

Complete API reference for the @sinai-standard/sdk package

SDK Reference

The @sinai-standard/sdk package provides TypeScript classes for interacting with all six Sinai Standard on-chain programs.

Classes

ClassDescription
AksumKitMain entry point — token creation and management
AllowlistManagerKYC/AML allowlist and denylist management
TaxManagerTransfer tax configuration and collection
HoldPeriodManagerLock-up period enforcement
MaxBalanceManagerPer-wallet balance cap enforcement
ConfidentialTransferManagerPrivacy-preserving encrypted transfers
RouterManagerMulti-hook chaining

Utilities

ExportDescription
PDA HelpersPDA derivation functions and constants

Installation

pnpm add @sinai-standard/sdk @sinai-standard/types
pnpm add @coral-xyz/anchor@^0.31.1 @solana/web3.js@^1.95.0 @solana/spl-token@^0.4.9

On this page