Stellar-based payment SDK for the PocketPay ecosystem.
npm install @axionvera/pocketpay-sdk
- Network Error Handling - Retry guidance for Horizon, Friendbot, and Soroban RPC failures
- Error Handling - SDK error handling overview
- Logging Guidance - Safe logging practices for SDK applications
- Security Best Practices - Key management and transaction safety
import { PocketPay } from '@axionvera/pocketpay-sdk'; const sdk = new PocketPay({ network: 'testnet' });