2021-07-30 03:55:43 +00:00
|
|
|
## Examples
|
|
|
|
|
|
|
|
Here is the list of the code examples and the features they demonstrate:
|
|
|
|
|
|
|
|
- [Web Chat App](web-chat): Group chat, React/TypeScript, Relay, Store.
|
2021-08-17 06:01:27 +00:00
|
|
|
- [Ethereum Private Message Web App](eth-pm): Private Messaging, React/TypeScript, Light Push, Signature with Web3, Asymmetric Encryption.
|
2022-01-10 00:13:43 +00:00
|
|
|
- [Minimal ReactJS Waku Relay App](relay-reactjs-chat):
|
2022-01-07 06:19:10 +00:00
|
|
|
Group chat,
|
|
|
|
React/JavaScript,
|
|
|
|
`create-react-app`/`react-scripts` 5.0.0,
|
|
|
|
Waku Relay
|
|
|
|
Protobuf using `protons`,
|
|
|
|
No async/await syntax.
|
2021-09-03 07:11:26 +00:00
|
|
|
- [Minimal ReactJS Waku Store App](store-reactjs-chat): Waku Store, React/JavaScript, Protobuf using `protons`.
|
2022-03-21 00:09:36 +00:00
|
|
|
- [Using Waku Store in JavaScript](store-js): Stop retrieving results from Waku Store on condition, Use minified bundle from Unpkg.com, JavaScript.
|
2022-03-21 00:12:49 +00:00
|
|
|
- [Using Waku Relay in JavaScript](relay-js): Receive and send text messages with Waku Relay, Use minified bundle from Unpkg.com, JavaScript.
|
2021-12-02 05:30:13 +00:00
|
|
|
|
2022-01-24 04:00:11 +00:00
|
|
|
See https://docs.wakuconnect.dev/docs/examples/ for more examples.
|