waku-trustx-workshop/README.md

20 lines
542 B
Markdown
Raw Normal View History

2022-04-19 06:32:04 +00:00
# Waku Workshop at TrustX - DevConnect 2022
2022-04-19 06:38:52 +00:00
Open the index.html with your browser and enjoy the decentralized, censorship-resistant experience.
## 1. Send and Receive Messages in a simple JavaScript + HTML app
We are using Waku Relay to send and receive messages.
## 2. Retrieve Missed Messages
When the page load, we are retrieving messages from the past 7 days from a random Waku Store node.
## 3. Add Symmetric Encryption
Use Waku Message Version 1 encryption to encrypt all communications.
## 4. Connect to custom nwaku node
WIP