VeilidChat
Go to file
Christien Rioux 634543910b messages work
2024-02-11 00:29:58 -05:00
android
assets
dev-setup
doc
ios
lib messages work 2024-02-11 00:29:58 -05:00
linux
macos
packages messages work 2024-02-11 00:29:58 -05:00
snap/gui
test
web
windows
.gitignore
.gitlab-ci.yml
.metadata
analysis_options.yaml
build.bat
build.sh checkpoint 2024-01-04 22:29:43 -05:00
build.yaml
code_of_conduct.md
CONTRIBUTING.md
LICENSE
pubspec.lock messages work 2024-02-11 00:29:58 -05:00
pubspec.yaml messages work 2024-02-11 00:29:58 -05:00
README.md
reset_run.bat
reset_run.sh
update_icons.sh

VeilidChat

VeilidChat is a chat application written for the Veilid (https://www.veilid.com) distributed application platform. It has a familiar and simple interface and is designed for private, and secure person-to-person communications.

For more information about VeilidChat: https://veilid.chat

For more information about the Veilid network protocol and app development platform: https://veilid.com

Setup

While this is still in development, you must have a clone of the Veilid source checked out at ../veilid relative to the working directory of this repository.

For Linux Systems:

./setup_linux.sh

For Mac Systems:

./setup_macos.sh

Updating Code

To update the WASM binary from veilid-wasm:

  • Debug WASM: run ./wasm_update.sh
  • Release WASM: run /wasm_update.sh release