MWA Kotlin Reference
Connect to wallet apps and sign transactions and messages with the Mobile Wallet Adapter API.
Install dependencies
-
mobile-wallet-adapter-clientlib-ktx
- A Kotlin library that provides a Mobile Wallet Adapter client implemented in Kotlin.
Add the library as a dependency in your project's build.gradle
file:
- Kotlin
dependencies {
implementation 'com.solanamobile:mobile-wallet-adapter-clientlib-ktx:1.0.5'
}
Import into a file
import com.solana.mobilewalletadapter.clientlib.*