VeilidChat
Go to file
2024-04-01 12:37:53 -07:00
android Fixing non-release build signingConfig 2023-11-22 09:29:22 -05:00
assets refactor setup 2023-11-16 07:51:55 -05:00
dev-setup refactor setup 2023-11-16 07:51:55 -05:00
doc contact accept 2023-08-05 21:01:27 -04:00
flatpak flatpak gitlab-ci 2024-04-01 12:30:14 -07:00
ios more fixes 2024-03-01 21:14:11 -05:00
lib fix head issue and refactor 2024-04-01 09:04:54 -04:00
linux scanning 2023-09-28 10:06:22 -04:00
macos fix head issue and refactor 2024-04-01 09:04:54 -04:00
packages pub upgrade 2024-04-01 09:12:55 -04:00
snap/gui icon 2023-09-29 12:31:16 -04:00
test checkpoint 2023-01-09 22:50:34 -05:00
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
.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 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.bat checkpoint 2024-02-11 23:18:20 -05:00
build.sh checkpoint 2024-02-11 23:18:20 -05: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
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 pub upgrade 2024-04-01 09:12:55 -04:00
pubspec.yaml Merge branch 'main' of gitlab.com:veilid/veilidchat into dht-work 2024-04-01 09:20:56 -04:00
README.md Fix link to veilid chat in README 2023-11-27 15:39:21 +00: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
update_icons.sh work 2023-07-26 22:38:09 -04: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:

./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