Install the SDK
The SDK requires Node.js 18+ and has a peer dependency on
@stellar/stellar-sdk ^15.0.1. If your project doesn’t already include it, install it alongside:Create a Client
TheVowenaClient is the main entry point for all contract interactions. It builds transactions locally - you sign and submit them with your own wallet or keypair.
Network Configuration
The SDK ships with pre-configured network constants via theNETWORKS object.
- Mainnet
- Testnet
- Custom RPC
Exports
Classes & Functions
Types
Requirements
Next Steps
Client Reference
Full API reference for every VowenaClient method.
Quickstart
Build a complete subscription lifecycle in 5 minutes.