VeilidChat
Go to file
Christien Rioux fb604fe358 flutter stuff
2023-09-28 18:10:05 -04:00
android updates 2023-09-21 22:24:45 -04:00
assets flutter stuff 2023-09-28 18:10:05 -04:00
doc contact accept 2023-08-05 21:01:27 -04:00
ios flutter stuff 2023-09-28 18:10:05 -04:00
lib debugging 2023-09-28 12:51:48 -04:00
linux scanning 2023-09-28 10:06:22 -04:00
macos flutter stuff 2023-09-28 18:10:05 -04:00
snap/gui smpl shortarray 2023-08-07 08:07:51 -04:00
test checkpoint 2023-01-09 22:50:34 -05:00
web work 2023-07-23 23:13:21 -04:00
windows scanning 2023-09-28 10:06:22 -04:00
_script_common refactor and move stuff 2023-01-10 21:04:18 -05:00
.gitignore refactor and move stuff 2023-01-10 21:04:18 -05:00
.gitlab-ci.yml Switched to manual mode 2023-09-28 14:38:50 +00:00
.metadata initial flutter create 2023-01-07 21:43:31 -05:00
analysis_options.yaml lint cleanup 2023-07-26 17:42:11 -04:00
build.sh proto cleanup 2023-09-26 18:46:02 -04:00
build.yaml xfer 2023-07-26 10:06:54 -04:00
code_of_conduct.md Setting up the repo for opening 2023-09-26 21:22:54 -05:00
CONTRIBUTING.md Setting up the repo for opening 2023-09-26 21:22:54 -05:00
flutter_config.sh updates 2023-07-02 11:31:40 -04:00
LICENSE Setting up the repo for opening 2023-09-26 21:22:54 -05:00
pubspec.lock flutter stuff 2023-09-28 18:10:05 -04:00
pubspec.yaml flutter stuff 2023-09-28 18:10:05 -04:00
README.md clean up build 2023-01-11 19:17:04 -05:00
reset_run.bat work 2023-07-26 10:23:42 -04:00
reset_run.sh work 2023-07-26 10:23:42 -04:00
setup_linux.sh protobufs 2023-07-08 10:38:23 -04:00
setup_macos.sh protoc and localization 2023-07-07 19:33:28 -04:00
update_icons.sh work 2023-07-26 22:38:09 -04:00
wasm_update.sh refactor and move stuff 2023-01-10 21:04:18 -05:00

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