VeilidChat
Go to file
Christien Rioux 8cd73b2844 checkpoint
2024-05-15 22:45:50 -04:00
android start of integration test 2024-04-29 13:41:19 -04:00
assets watchvalue fixes 2024-04-21 22:16:22 -04:00
dev-setup start of integration test 2024-04-29 13:41:19 -04:00
doc
flatpak flatpak gitlab-ci 2024-04-01 12:30:14 -07:00
ios updates and stuff 2024-04-20 13:43:17 -04:00
lib progress on dht_log 2024-05-13 10:03:25 -04:00
linux
macos ui cleanup 2024-04-07 23:16:06 -04:00
packages/veilid_support checkpoint 2024-05-15 22:45:50 -04:00
snap/gui
test
web
windows
.gitignore flatpak build definition 2024-04-01 12:30:12 -07:00
.gitlab-ci.yml re-add changes lost by rebase 2024-04-01 12:37:53 -07:00
.metadata
analysis_options.yaml
build.bat fix build 2024-05-09 10:54:52 -05:00
build.sh fix build 2024-05-09 10:54:52 -05:00
build.yaml
code_of_conduct.md
CONTRIBUTING.md
devtools_options.yaml
LICENSE
pubspec.lock progress on dht_log 2024-05-13 10:03:25 -04:00
pubspec.yaml progress on dht_log 2024-05-13 10:03:25 -04: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.com/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