Skip to content

Chat webxdc that allows private chats on anonymous groups.

License

Notifications You must be signed in to change notification settings

DavidSM100/crypto-whisper

Repository files navigation

crypto-whisper

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.

Development

Install dependencies:

pnpm install

Build:

pnpm run build

Testing in the browser:

Run the server: pnpm run serve

And after the server starts run the webxdc-dev tool: pnpm run webxdc-dev