mirror of https://github.com/waku-org/js-waku.git
ec4cd8f152
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.11 to 18.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
eth-pm | ||
eth-pm-wallet-encryption | ||
relay-angular-chat | ||
relay-js | ||
relay-reactjs-chat | ||
store-js | ||
store-reactjs-chat | ||
web-chat | ||
README.md |
README.md
Examples
Here is the list of the code examples and the features they demonstrate:
- Web Chat App: Group chat, React/TypeScript, Relay, Store.
- Ethereum Private Message Web App: Private Messaging, React/TypeScript, Light Push, Signature with Web3, Asymmetric Encryption.
- Minimal ReactJS Waku Relay App:
Group chat,
React/JavaScript,
create-react-app
/react-scripts
5.0.0, Waku Relay Protobuf usingprotons
, No async/await syntax. - Minimal ReactJS Waku Store App: Waku Store, React/JavaScript, Protobuf using
protons
. - Using Waku Store in JavaScript: Stop retrieving results from Waku Store on condition, Use minified bundle from Unpkg.com, JavaScript.
- Using Waku Relay in JavaScript: Receive and send text messages with Waku Relay, Use minified bundle from Unpkg.com, JavaScript.
See https://docs.wakuconnect.dev/docs/examples/ for more examples.