js-waku/examples/store-js/README.md

14 lines
557 B
Markdown
Raw Normal View History

2022-03-21 00:09:36 +00:00
# Using Waku Store in JavaScript
2021-10-12 03:13:54 +00:00
**Demonstrates**:
- Waku Store: Using a condition to stop retrieving results from Waku Store.
- Pure Javascript/HTML.
2021-10-12 05:32:04 +00:00
- Use minified bundle of js from unpkg.com, no import, no package manager.
2021-10-12 03:13:54 +00:00
This example uses Waku Store to retrieve the latest ping relay message (used for keep alive purposes) and displays its timestamp.
To test the example, simply download the `index.html` file from this folder and open it in a browser.
2022-05-13 06:06:16 +00:00
The `master` branch's HEAD is deployed at https://js-waku.wakuconnect.dev/examples/store-js/.