VeilidChat
Go to file
Christien Rioux 4d32d51dd7 fix readme
2024-06-06 07:51:30 -04:00
android start of integration test 2024-04-29 13:41:19 -04:00
assets debugging 2024-06-06 07:49:42 -04:00
dev-setup use newer protoc 2024-05-21 20:07:43 -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 pagination 2024-06-06 07:49:42 -04:00
linux scanning 2023-09-28 10:06:22 -04:00
macos lock updates 2024-05-21 19:48:36 -04:00
packages/veilid_support pagination 2024-06-06 07:49:42 -04:00
snap/gui icon 2023-09-29 12:31:16 -04:00
test
web add lang attribute and meta viewport tag 2023-10-12 13:22:07 +01:00
windows icon 2023-09-29 12:31:16 -04:00
.bumpversion.cfg Update .bumpversion.cfg to actual current version and buildcode 2024-06-02 20:13:03 +00:00
.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 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
devtools_options.yaml provider debugger 2024-02-27 22:12:04 -05:00
LICENSE Setting up the repo for opening 2023-09-26 21:22:54 -05:00
pubspec.lock update pubs and versions 2024-06-06 07:49:42 -04:00
pubspec.yaml update pubs and versions 2024-06-06 07:49:42 -04: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