VeilidChat
Go to file
2023-07-17 22:39:33 -04:00
android updates 2023-07-02 11:31:40 -04:00
assets/i18n protoc and localization 2023-07-07 19:33:28 -04:00
ios clean up build 2023-01-11 19:17:04 -05:00
lib better dht record class 2023-07-17 22:39:33 -04:00
linux scaffolding 2023-01-08 22:27:33 -05:00
macos updates 2023-07-02 11:31:40 -04:00
test checkpoint 2023-01-09 22:50:34 -05:00
web clean up build 2023-01-11 19:17:04 -05:00
windows scaffolding 2023-01-08 22:27:33 -05: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
.metadata initial flutter create 2023-01-07 21:43:31 -05:00
analysis_options.yaml immutability work 2023-07-05 22:55:41 -05:00
build.sh move protobufs 2023-07-08 10:59:37 -04:00
build.yaml immutability work 2023-07-05 22:55:41 -05:00
flutter_config.sh updates 2023-07-02 11:31:40 -04:00
pubspec.lock account work 2023-07-16 21:41:40 -04:00
pubspec.yaml phonobyte 2023-07-09 12:59:05 -04:00
README.md clean up build 2023-01-11 19:17:04 -05:00
run.sh data model 2023-07-06 22:52:02 -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
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