js-waku/examples/unpkg-js-store
Franck R b432902fc9
Remove TODO, update code (#518)
2022-02-11 16:46:41 +11:00
..
README.md Remove todo 2021-10-12 16:32:04 +11:00
index.html Remove TODO, update code (#518) 2022-02-11 16:46:41 +11:00

README.md

Pure Javascript Using Minified Library

Demonstrates:

  • Waku Store: Using a condition to stop retrieving results from Waku Store.
  • Pure Javascript/HTML.
  • Use minified bundle of js from unpkg.com, no import, no package manager.

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.