Skip to main content

Getting Started

Install

pnpm add @tokenops/sdk viem @zama-fhe/sdk@^3

# React hook subpaths additionally need:
pnpm add wagmi react react-dom @tanstack/react-query @zama-fhe/react-sdk@^3

Node >=22 is required.

Choose a product

ProductImportBest for
Confidential vesting@tokenops/sdk/fhe-vestingPer-token vesting managers with confidential allocations and claim flows.
Confidential airdrop@tokenops/sdk/fhe-airdropEIP-712 authorized confidential claims where the admin encrypts recipient-bound amounts.
Confidential disperse@tokenops/sdk/fhe-disperseBulk ERC-7984 distributions through a chain-level singleton and per-user wallet pairs.
FHE utilities@tokenops/sdk/fheShared encryption shapes, ACL helpers, ERC-7984 operator ABI, and ratio scaling helpers.

Next steps