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.