Skip to content

Latest commit

 

History

History
88 lines (65 loc) · 4.3 KB

README.md

File metadata and controls

88 lines (65 loc) · 4.3 KB

Mobile Wallet Adapter

Release (latest by date) Android CI Sample App: clientlib-ktx Specification CI

Part of the Solana Mobile Stack

Join us on Discord

Summary

The Mobile Wallet Adapter specification, Android and JavaScript reference implementations, a demo wallet and dapps, and related documentation.

Target audience

This repository is intended for consumption by Solana mobile developers.

What's included

How to build

All Android projects within this repository can be built using Android Studio

Documentation site:

How to reference these libraries in your project

For dApps:

For a more thorough setup guide, see our documentation site:

Java

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

Kotlin

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

For wallets:

dependencies {
    implementation 'com.solanamobile:mobile-wallet-adapter-walletlib:2.0.2'
}

Get involved

Contributions are welcome! Go ahead and file Issues, open Pull Requests, or join us on our Discord to discuss this SDK.