Installation

npm install @zeny/sdk

Or with other package managers:

yarn add @zeny/sdk
pnpm add @zeny/sdk

Requirements

  • 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 this

TypeScript Configuration

The SDK ships with full TypeScript declarations. No additional @types packages needed.