zcash-android-wallet-sdk/README.md

13 lines
660 B
Markdown
Raw Normal View History

# Zcash Android SDK
This lightweight SDK connects Android to Zcash. It welds together Rust and Kotlin in a minimal way, allowing third-party Android apps to send and receive shielded transactions easily, securely and privately.
# Structure
From an app developer's perspective, this SDK will encapsulate the most complex aspects of using Zcash, freeing the developer to focus on UI and UX, rather than scanning blockchains and building commitment trees! Internally, the SDK is structured as follows:
![SDK Diagram](assets/sdk-diagram.png?raw=true "SDK Diagram DRAFT")
Thankfully, the only thing an app developer has to be concerned with is the following: