Skip to main content

MWA Kotlin Reference

Connect to wallet apps and sign transactions and messages with the Mobile Wallet Adapter API.


Install dependencies

Add the library as a dependency in your project's build.gradle file:

dependencies {
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib-ktx:1.0.5'
}

Import into a file

import com.solana.mobilewalletadapter.clientlib.*