Sasha 3ada67d8f9
chore: migrate other examples to @waku/sdk (#242)
* migrate eth-pm

* migrate light-chat

* migrate relay-react-chat

* migrate store-react-chat

* revert
2023-06-24 00:17:07 +02:00
..
2023-01-04 21:50:13 +01:00

Minimal ReactJS Waku Store App

  • React/JavaScript,
  • create-react-app/react-scripts 5.0.0
  • Waku Store,
  • Protobuf using protobufjs.
  • No async/await syntax.

A simple app that retrieves chat messages using Waku Store to illustrate the Retrieve Messages Using Waku Store With ReactJS guide.

The master branch's HEAD is deployed at https://examples.waku.org/store-reactjs-chat/.

To run a development version locally, do:

git clone https://github.com/waku-org/js-waku-examples
cd js-waku-examples/examples/store-reactjs-chat
npm install
npm run start