Requirements
- Node.js 22 or higher
- npm, yarn, pnpm, or bun
Install the SDK
- pnpm
- npm
- yarn
- bun
bash pnpm add @paxoslabs/amplify-sdk Install Peer Dependencies
The SDK works with various wallet libraries. Install the dependencies for your chosen stack:- Privy
- Wagmi
- Viem Only
bash pnpm add @privy-io/react-auth viem @tanstack/react-query Environment Setup
Create a.env.local file in your project root:
Initialize the SDK
CallinitAmplifySDK() once at application startup:
Verify Installation
Test that everything is working:Package Exports & Helper Utilities
The SDK supports focused imports for helper-heavy integrations:Next Steps
Quickstart
Build a complete React app with deposits and withdrawals.
Concepts
Understand vaults, yield types, and authorization flows.