Skip to content

huangli369/mobile-wallet-adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Wallet Adapter

Release (latest by date) Android CI 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

How to reference these libraries in your project

Gradle

For dApps,

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

For wallets,

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

Get involved

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 63.3%
  • Kotlin 20.1%
  • TypeScript 16.6%