17 lines
299 B
Markdown
Raw Permalink Normal View History

2023-11-30 02:03:27 +01:00
## Waku dependencies
- @waku/interfaces
- @waku/message-encryption
- @waku/sdk
- @waku/utils
2023-11-14 22:22:00 +03:00
2023-11-30 02:03:27 +01:00
## Description
Exchange encrypted or plain notes by link.
This example shows how symmetric encryption can be used to encrypt only part of Waku message.
2023-11-14 22:22:00 +03:00
2023-11-30 02:03:27 +01:00
## How to run
2023-11-14 22:22:00 +03:00
```bash
2023-11-30 02:03:27 +01:00
npm start
2023-11-14 22:22:00 +03:00
# or
2023-11-30 02:03:27 +01:00
yarn start
2023-11-14 22:22:00 +03:00
```