solana-mobile / solana-pay-android-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana Pay on Android sample

Release (latest by date) Android CI

Part of the Solana Mobile Stack

Join us on Discord

Summary

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).

Target audience

This repository is primarily intended for consumption by developers of Android wallet apps.

What's included

How to build

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

How to reference these libraries in your project

Gradle

dependencies {
    implementation 'com.solanamobile:solana-pay-android:1.0.0'
}

Developer documentation

pay: JavaDoc

Get involved

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

About

License:Other


Languages

Language:Java 64.4%Language:Kotlin 35.6%