Getting Started
The Altude Client provides the production Core and Gas Station APIs. The API key selects the configured Solana environment, so use a development API key while testing. The Altude SDK uses Kotlinsuspend functions for asynchronous network requests.Ensure these calls are made within a
CoroutineScope.
Altude facade:
AppWallet to your wallet provider, hardware wallet, or other signing
implementation. Your application owns wallet creation, storage, authentication,
and key custody. The SDK keeps the configured signer reference only to request
local signatures; private keys are not sent to or managed by Altude.
Don’t have an API key? Join our Discord and we’ll get you started.