veilidchat/README.md

29 lines
831 B
Markdown
Raw Normal View History

2023-01-08 02:23:56 +00:00
# VeilidChat
2023-01-08 02:51:17 +00:00
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.
2023-01-08 02:23:56 +00:00
2023-11-27 15:39:21 +00:00
For more information about VeilidChat: https://veilid.com/chat/
2023-01-08 02:23:56 +00:00
2023-01-08 02:51:17 +00:00
For more information about the Veilid network protocol and app development platform: https://veilid.com
2023-01-12 00:17:04 +00:00
## 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`