mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-03-02 15:40:57 +00:00
- Notes are fully encrypted using Waku Message version 1 (no metadata leak) - Notes are always encrypted, key is part of the URL - Using standard uuid v4 from browser API to generate ID - upgraded deps to fix a bug
Waku dependencies
- @waku/interfaces
- @waku/message-encryption
- @waku/sdk
- @waku/utils
Description
Exchange encrypted or plain notes by link. This example shows how symmetric encryption can be used to encrypt only part of Waku message.
How to run
npm start
# or
yarn start