waku-lab/examples/flush-notes
Arseniy Klempner 6816040389
chore: update waku deps, add notes example, move other examples to experimental (#58)
2024-04-23 22:23:47 -07:00
..
.next chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
out chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
src chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
.gitignore chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
README.md chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
next-env.d.ts chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
next.config.js chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
package-lock.json chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
package.json chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
postcss.config.js chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00
tsconfig.json chore: update waku deps, add notes example, move other examples to experimental (#58) 2024-04-23 22:23:47 -07:00

README.md

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