VeilidChat
Go to file
Christien Rioux f936cb069e cleanup
2024-02-16 09:46:42 -07:00
android
assets refactor setup 2023-11-16 07:51:55 -05:00
dev-setup refactor setup 2023-11-16 07:51:55 -05:00
doc
ios updates and refactor protobuf 2023-12-18 20:05:23 -05:00
lib cleanup 2024-02-16 09:46:42 -07:00
linux
macos checkpoint 2024-02-11 23:18:20 -05:00
packages cleanup 2024-02-16 09:46:42 -07:00
snap/gui
test
web add lang attribute and meta viewport tag 2023-10-12 13:22:07 +01:00
windows
.gitignore missing file 2023-10-22 10:02:57 -04:00
.gitlab-ci.yml
.metadata
analysis_options.yaml
build.bat checkpoint 2024-02-11 23:18:20 -05:00
build.sh checkpoint 2024-02-11 23:18:20 -05:00
build.yaml
code_of_conduct.md
CONTRIBUTING.md
devtools_options.yaml cleanup 2024-02-12 10:35:41 -05:00
LICENSE
pubspec.lock checkpoint 2024-02-11 23:18:20 -05:00
pubspec.yaml checkpoint 2024-02-11 23:18:20 -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