Private chat for Android and Desktop environments.
Built with Holochain + Tauri + SvelteKit + TailWind + Skeleton
Volla Messages is a Holochain application deployed using p2pShipyard for Mobile and Desktop.
nix develop
npm install
npm run start
nix develop .#androidDev
npm install
npm run network:android
nix develop .#androidDev
npm install
npm run tauri android build
adb -s device install /path/to/relay.apk
To test with the released version of the .happ
, run:
nix develop
npm run setup:happ-release
AGENTS=2 npm run network
The .happ
release that is downloaded with this script can be changed in the setup:happ-release
script in the package.json.
Copyright (C) 2023, Holochain Foundation
This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (Volla License 1.0). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.