Part of the Solana Mobile Stack
Join us on Discord
Wallet APIs, a simulator for the Seed Vault, and related documentation.
This repository is primarily intended for consumption by developers of Android wallet apps.
- An integration guide for Android wallets
- A set of Seed Vault Wallet API and support classes
- A simulator implementing the Seed Vault Wallet interfaces
- IMPORTANT: this is a simulator, and makes zero guarantees about security. It should never be used with any Solana accounts other than test accounts.
- A fake wallet app for exercising the Seed Vault Wallet API
- This app is only a partial implementation of a wallet. It is for development purposes only, and does not aspire to grow up to be a real wallet; it just pretends to be one.
All Android projects within this repository can be built using Android Studio
dependencies {
implementation 'com.solanamobile:seedvault-wallet-sdk:0.2.4'
}
seedvault
: JavaDoc
Contributions are welcome! Go ahead and file Issues, open Pull Requests, or join us on our Discord to discuss this SDK.