SDK reference
Last updated
Welcome to the SDK reference!
API reference for the core @zama-fhe/sdk package. Each page documents a single class or utility with constructor options, methods, properties, and working code examples.
π¨ Go to ZamaSDK for the main entry point β creates tokens, manages sessions, and coordinates the relayer and signer.
π¨ Go to Token for the base ERC-7984 confidential token operations β balance decryption, transfers, operator approvals.
π¨ Go to WrappedToken for ERC-7984 ERC-20 wrapper operations β shield, unshield, allowance.
π¨ Go to RelayerWeb for browser-side FHE encryption via Web Workers and WASM.
π¨ Go to RelayerNode for the node() transport factory and server-side FHE operations.
π¨ Go to Network presets for pre-configured contract addresses on Sepolia, Mainnet, and Hardhat.
π¨ Go to Errors for the full list of SDK error types and codes.
Ask technical questions, discuss with the community, or report a bug.
Open an issue on the SDK repository
Last updated