js-waku-lab/examples/flush-notes
Sasha 854ae02792
chore: repair next example (#72)
2024-06-25 01:18:52 +02:00
..
src chore: repair next example (#72) 2024-06-25 01:18:52 +02:00
.gitignore chore: repair next example (#72) 2024-06-25 01:18:52 +02: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: repair next example (#72) 2024-06-25 01:18:52 +02:00
package.json chore: repair next example (#72) 2024-06-25 01:18:52 +02: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