VeilidChat
Go to file
2024-07-11 22:20:37 -05:00
android start of integration test 2024-04-29 13:41:19 -04:00
assets sliver refactor 2024-07-11 23:04:08 -04:00
dev-setup use newer protoc 2024-05-21 20:07:43 -04:00
doc big identity refactor 2024-06-07 14:42:04 -04:00
flatpak
ios sliver refactor 2024-07-11 23:04:08 -04:00
lib sliver refactor 2024-07-11 23:04:08 -04:00
linux layout fixes 2024-07-08 21:29:52 -04:00
macos layout fixes 2024-07-08 21:29:52 -04:00
packages/veilid_support layout fixes 2024-07-08 21:29:52 -04:00
snap/gui
test
web layout fixes 2024-07-08 21:29:52 -04:00
windows layout fixes 2024-07-08 21:29:52 -04:00
.bumpversion.cfg Version update: v0.2.1 → v0.3.0 2024-07-11 22:20:37 -05:00
.gitignore
.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
CHANGELOG.md Version update: v0.2.1 → v0.3.0 2024-07-11 22:20:37 -05:00
code_of_conduct.md
CONTRIBUTING.md
devtools_options.yaml
LICENSE
process_flame.sh cleanup 2024-07-03 20:59:54 -04:00
pubspec.lock sliver refactor 2024-07-11 23:04:08 -04:00
pubspec.yaml Version update: v0.2.1 → v0.3.0 2024-07-11 22:20:37 -05:00
README.md fix readme 2024-06-06 07:51:30 -04:00
reset_run.bat
reset_run.sh
update_icons.sh
version_bump.sh darwin-specific sed 2024-06-02 14:03:10 -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.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:

./dev-setup/setup_linux.sh

For Mac Systems:

./dev-setup/setup_macos.sh

Updating Code

To update the WASM binary from veilid-wasm:

  • Debug WASM: run ./dev-setup/wasm_update.sh
  • Release WASM: run ./dev-setup/wasm_update.sh release