VeilidChat
Go to file
2024-04-01 09:20:56 -04:00
android
assets
dev-setup
doc
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
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
test
web
windows
.gitignore
.gitlab-ci.yml
.metadata
analysis_options.yaml
build.bat checkpoint 2024-02-11 23:18:20 -05:00
build.sh checkpoint 2024-02-11 23:18:20 -05:00
build.yaml
code_of_conduct.md
CONTRIBUTING.md
devtools_options.yaml provider debugger 2024-02-27 22:12:04 -05:00
LICENSE
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
reset_run.bat
reset_run.sh
update_icons.sh

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