Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 590 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 590 Bytes

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