Skip to main content
The production Android SDK consists of the core and gasstation modules. Add your JitPack authentication token to the root gradle.properties:
In settings.gradle.kts, include the JitPack repository:
Finally, add both production modules in your app’s build.gradle.kts:
core provides the TransactionSigner contract and shared Solana primitives. gasstation provides sponsored transaction and account operations. Continue to client setup.