Simple chat webxdc that allows private chats on groups, useful to exchange contact information in anonymous groups or having a small private chat with anyone in the group if you don't want to share your contact information. It uses asymmetric encription so only the person you send the message will be able to decrypt it.
pnpm install
pnpm run build
Run the server:
pnpm run serve
And after the server starts run the webxdc-dev tool:
pnpm run webxdc-dev