| Crates.io | tesseract-android-base |
| lib.rs | tesseract-android-base |
| version | 0.5.6 |
| created_at | 2023-12-18 21:33:14.02272+00 |
| updated_at | 2023-12-18 21:33:14.02272+00 |
| description | Tesseract base APIs for Android. Check tesseract-android crate, this crate is reexported there. |
| homepage | https://github.com/tesseract-one/ |
| repository | https://github.com/tesseract-one/Tesseract.android |
| max_upload_size | |
| id | 1073705 |
| size | 15,868 |
Tesseract Android provides Java/Kotlin APIs for Tesseract, a dApp-Wallet bridge designed to make dApp/wallet communication on mobile devices simple and natural without compromising decentralization and security
If you are looking for Tesseract docs for another language/OS, please, consider one of the following:
Tesseract provides two sets of APIs, one for a dApp that wants to connect to the wallets and one for the wallets that want to serve the dApps.
Here is how a typical Tesseract workflow looks like:
| dApp | Wallet |
|---|---|
|
|
Because using Tesseract in Tesseract in a dApp and in a wallet is very different by nature (essentially communicating as a client and a service), the detailed documentation is split into two documents:
If you'd like to see examples of Tesseract integration, please, check:
Just in case, you'd like to use Tesseract on android via Rust APIs. It's also possible. Consider checking one of the following:
Tesseract.android can be used, distributed and modified under the Apache 2.0 license.