tauri-plugin-holochain-service-client

Crates.iotauri-plugin-holochain-service-client
lib.rstauri-plugin-holochain-service-client
version0.2.2
created_at2025-05-27 00:08:34.161941+00
updated_at2025-09-03 00:45:25.812015+00
descriptionTauri plugin enabling an Android app to run as a client of the tauri-plugin-holochain-service
homepagehttps://github.com/holochain/android-service-runtime
repository
max_upload_size
id1690445
size279,918
Core Dev (github:holochain:core-dev)

documentation

README

tauri-plugin-holochain-service-client

A Tauri plugin for holochain end-user apps.

With this plugin, you can write an android app that relies on holochain, without bundling the holochain conductor.

Instead, this plugin expects that you have another android app installed, with the tauri plugin tauri-plugin-holochain-service, and will use that app's holochain conductor.

Usage

See the example-client-app for a example of how to use this plugin in your Tauri app.

Internationalization

To add additional translation locales for android UI widgets, copy the directory android/src/main/res/values to android/src/main/res/values-<LANGUAGE>[-<REGION>]. Where <LANGUAGE> is replaced with the language code and <REGION> is replaced with the region code.

Commit count: 0

cargo fmt