Quickstart: React + Privy
Spin up a Vite project, initialize the SDK, and wire deposits plus
withdrawals end-to-end in under an hour.
Developer Guide
Understand the full lifecycle—environments, vault discovery, helper usage,
and production readiness.
SDK Initialization
Configure the SDK with your API key, telemetry settings, and custom logging
before making any calls.
Concepts
Align stakeholders on vaults, yield types, slippage, and how the SDK splits
responsibilities.
Functions Reference
Dive into the unified deposit API, withdrawals, and all SDK helper functions.
Examples Library
Copy-pasteable integrations for Privy, wagmi, and viem across deposits and
withdrawals.
What’s New in v0.2.0
- Unified Deposit API - Single entry point for all deposit flows with automatic permit/approval detection
- SDK Initialization Required - Call
initAmplifySDK()once before using any SDK functions - Configurable Logging - Set log levels and integrate custom loggers for debugging
- Improved Type Safety - Discriminated unions for handling authorization results