Part of the Solana Mobile Stack
Join us on Discord
An integration guide and sample for Android wallets on handling Solana Pay URIs generated externally (e.g. via NFC taps, QR codes, web links, etc).
This repository is primarily intended for consumption by developers of Android wallet apps.
- An integration guide for Android wallets
- Android apps and web sites utilizing Solana Pay, and developers interesting in creating Solana Pay URIs that are accessible via QR codes or NFC taps, may also find this guide useful
- A set of Solana Pay API and support classes for parsing Solana Pay URIs
- A sample app demonstrating the techniques described in the integration guide
All Android projects within this repository can be built using Android Studio
dependencies {
implementation 'com.solanamobile:solana-pay-android:1.0.1'
}
pay
: JavaDoc
Contributions are welcome! Go ahead and file Issues, open Pull Requests, or join us on our Discord to discuss this SDK.