Documentation Index
Fetch the complete documentation index at: https://docs.altude.so/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
The Altude Client provides all the methods required to interact with Solana through Altude.We recommend starting on Devnet for testing before moving to Mainnet. The Altude SDK uses Kotlin
suspend functions for asynchronous network requests.Ensure these calls are made within a
CoroutineScope.
1 on devnet so you can get started.