Add plan in README

This commit is contained in:
Franck Royer 2022-04-19 16:38:52 +10:00
parent b14c3ef31e
commit ef68f90f51
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 17 additions and 0 deletions

View File

@ -1,2 +1,19 @@
# Waku Workshop at TrustX - DevConnect 2022
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