mirror of https://github.com/waku-org/waku-lab.git
17 lines
299 B
Markdown
17 lines
299 B
Markdown
## 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
|
|
```bash
|
|
npm start
|
|
# or
|
|
yarn start
|
|
```
|