Installation
npm install @zeny/sdkOr with other package managers:
yarn add @zeny/sdk
pnpm add @zeny/sdkRequirements
- Node.js 18 or later
- TypeScript 5+ (recommended)
Environment Variables
# .env
ZENY_API_KEY=your_api_key_here
ZENY_FACILITATOR_URL=https://zeny.cash # optional, defaults to thisTypeScript Configuration
The SDK ships with full TypeScript declarations. No additional @types packages needed.