Get Started with the Altude Android SDK for Solana
The Altude Android SDK enables you to build powerful Solana blockchain applications directly in your Android app using Kotlin. With this SDK, you can create and manage Solana accounts, check balances, transfer tokens (including KIN, USDC, and more), and interact with the Solana blockchain—all from your mobile device. Follow the steps below to integrate the Altude SDK into your Android project and start building decentralized apps on Solana.Installation
title: “Install” # This controls sidebar name
In your rootbuild.gradle
or settings.gradle
, make sure you’ve included JitPack:
build.gradle
:
Instantiate the Altude Client
The Altude Client gives you access to all the methods you need to work with Solana via Altude. We recommend starting with Devnet before moving on to Mainnet. The Altude SDK uses Kotlin suspend functions to perform asynchronous network calls. We recommend calling these from within a CoroutineScope as needed.1
on devnet so you can get started.