mirror of
https://github.com/acid-info/docs.wakuconnect.dev.git
synced 2025-02-22 14:48:06 +00:00
Update documentation
This commit is contained in:
parent
08da9433c5
commit
d1ea8bd277
2
404.html
2
404.html
@ -16,7 +16,7 @@
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -17,7 +17,7 @@
|
||||
<link rel="alternate" hreflang="pt" href="https://docs.wakuconnect.dev/pt/categories/" title="Categories">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/categories/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
@ -21,7 +21,7 @@ Symmetric encryption # Uses SubtleCrypto Web API (browser) or NodeJS' crypt
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -3,31 +3,31 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the repo links.
|
||||
Minimal ReactJS Chat App # Repo: relay-reactjs-chat.
|
||||
<meta name="description" content="Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the code links.
|
||||
Minimal ReactJS Chat App # Code: relay-reactjs-chat.
|
||||
Demonstrates:
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Repo: store-reactjs-chat.
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Code: store-reactjs-chat.
|
||||
Demonstrates:
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Repo: relay-angular-chat.">
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Code: relay-angular-chat.">
|
||||
<meta name="theme-color" content="#FFFFFF">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:title" content="Examples" />
|
||||
<meta property="og:description" content="Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the repo links.
|
||||
Minimal ReactJS Chat App # Repo: relay-reactjs-chat.
|
||||
<meta property="og:description" content="Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the code links.
|
||||
Minimal ReactJS Chat App # Code: relay-reactjs-chat.
|
||||
Demonstrates:
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Repo: store-reactjs-chat.
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Code: store-reactjs-chat.
|
||||
Demonstrates:
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Repo: relay-angular-chat." />
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Code: relay-angular-chat." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://docs.wakuconnect.dev/docs/examples/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2021-12-09T14:00:00+01:00" />
|
||||
<meta property="article:modified_time" content="2022-02-18T09:38:14+00:00" />
|
||||
<meta property="article:modified_time" content="2022-03-24T15:39:00+11:00" />
|
||||
|
||||
<title>Examples | Waku Connect Docs</title>
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -680,7 +680,8 @@ https://github.com/alex-shpak/hugo-book
|
||||
<li><a href="#minimal-reactjs-chat-app">Minimal ReactJS Chat App</a></li>
|
||||
<li><a href="#minimal-reactjs-waku-store-app">Minimal ReactJS Waku Store App</a></li>
|
||||
<li><a href="#minimal-angular-chat-app">Minimal Angular Chat App</a></li>
|
||||
<li><a href="#vanilla-javascript-using-minified-library">Vanilla Javascript Using Minified Library</a></li>
|
||||
<li><a href="#using-waku-store-in-javascript-with-minified-library">Using Waku Store in JavaScript With Minified Library</a></li>
|
||||
<li><a href="#using-waku-relay-in-javascript-with-minified-library">Using Waku Relay in JavaScript With Minified Library</a></li>
|
||||
<li><a href="#web-chat-app">Web Chat App</a></li>
|
||||
<li><a href="#ethereum-private-message-web-app">Ethereum Private Message Web App</a></li>
|
||||
<li><a href="#ethereum-private-message-using-web3-wallet-encryption-api-web-app">Ethereum Private Message Using Web3 Wallet Encryption API Web App</a></li>
|
||||
@ -704,12 +705,12 @@ https://github.com/alex-shpak/hugo-book
|
||||
<a class="anchor" href="#examples">#</a>
|
||||
</h1>
|
||||
<p>Here is the list of the code examples and the features they demonstrate.
|
||||
To run or studies the example, click on the <em>repo</em> links.</p>
|
||||
To run or studies the example, click on the <em>code</em> links.</p>
|
||||
<h2 id="minimal-reactjs-chat-app">
|
||||
Minimal ReactJS Chat App
|
||||
<a class="anchor" href="#minimal-reactjs-chat-app">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/status-im/js-waku/tree/master/examples/relay-reactjs-chat">relay-reactjs-chat</a>.</p>
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/relay-reactjs-chat">relay-reactjs-chat</a>.</p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
<li>Group chat</li>
|
||||
@ -722,7 +723,7 @@ To run or studies the example, click on the <em>repo</em> links.</p>
|
||||
Minimal ReactJS Waku Store App
|
||||
<a class="anchor" href="#minimal-reactjs-waku-store-app">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/status-im/js-waku/tree/master/examples/store-reactjs-chat">store-reactjs-chat</a>.</p>
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/store-reactjs-chat">store-reactjs-chat</a>.</p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
<li>Waku Store</li>
|
||||
@ -733,7 +734,7 @@ To run or studies the example, click on the <em>repo</em> links.</p>
|
||||
Minimal Angular Chat App
|
||||
<a class="anchor" href="#minimal-angular-chat-app">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/status-im/js-waku/tree/master/examples/relay-angular-chat">relay-angular-chat</a>.</p>
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/relay-angular-chat">relay-angular-chat</a>.</p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
<li>Group chat</li>
|
||||
@ -743,22 +744,33 @@ To run or studies the example, click on the <em>repo</em> links.</p>
|
||||
<li>No async/await syntax</li>
|
||||
<li>Observables</li>
|
||||
</ul>
|
||||
<h2 id="vanilla-javascript-using-minified-library">
|
||||
Vanilla Javascript Using Minified Library
|
||||
<a class="anchor" href="#vanilla-javascript-using-minified-library">#</a>
|
||||
<h2 id="using-waku-store-in-javascript-with-minified-library">
|
||||
Using Waku Store in JavaScript With Minified Library
|
||||
<a class="anchor" href="#using-waku-store-in-javascript-with-minified-library">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/status-im/js-waku/tree/main/examples/unpkg-js-store">unpkg-js-store</a>.</p>
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/store-js">store-js</a>.</p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
<li>How to stop retrieving results from Waku Store on condition</li>
|
||||
<li>Use minified bundle from Unpkg.com</li>
|
||||
<li>Vanilla JavaScript application</li>
|
||||
<li>Use minified bundle from unpkg.com</li>
|
||||
<li>Pure JavaScript application</li>
|
||||
</ul>
|
||||
<h2 id="using-waku-relay-in-javascript-with-minified-library">
|
||||
Using Waku Relay in JavaScript With Minified Library
|
||||
<a class="anchor" href="#using-waku-relay-in-javascript-with-minified-library">#</a>
|
||||
</h2>
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/relay-js">relay-js</a>.</p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
<li>Waku Relay: Send and receive messages using Waku Relay</li>
|
||||
<li>Use minified bundle from unpkg.com</li>
|
||||
<li>Pure JavaScript application</li>
|
||||
</ul>
|
||||
<h2 id="web-chat-app">
|
||||
Web Chat App
|
||||
<a class="anchor" href="#web-chat-app">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/status-im/js-waku/tree/main/examples/web-chat">web-chat</a>.
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/web-chat">web-chat</a>.
|
||||
Live: <a href="https://js-waku.wakuconnect.dev/examples/web-chat/">https://js-waku.wakuconnect.dev/examples/web-chat/</a></p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
@ -772,7 +784,7 @@ Live: <a href="https://js-waku.wakuconnect.dev/examples/web-chat/">https://js-wa
|
||||
Ethereum Private Message Web App
|
||||
<a class="anchor" href="#ethereum-private-message-web-app">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/status-im/js-waku/tree/main/examples/eth-pm">eth-pm</a>.
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/eth-pm">eth-pm</a>.
|
||||
Live: <a href="https://js-waku.wakuconnect.dev/examples/eth-pm/">https://js-waku.wakuconnect.dev/examples/eth-pm/</a></p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
@ -788,7 +800,7 @@ Live: <a href="https://js-waku.wakuconnect.dev/examples/eth-pm/">https://js-waku
|
||||
Ethereum Private Message Using Web3 Wallet Encryption API Web App
|
||||
<a class="anchor" href="#ethereum-private-message-using-web3-wallet-encryption-api-web-app">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/status-im/js-waku/tree/main/examples/eth-pm-wallet-encryption">eth-pm-wallet-encryption</a>.
|
||||
<p>Code: <a href="https://github.com/status-im/js-waku/tree/master/examples/eth-pm-wallet-encryption">eth-pm-wallet-encryption</a>.
|
||||
Live: <a href="https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption/">https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption/</a></p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
@ -804,7 +816,7 @@ Live: <a href="https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption
|
||||
Uber-like minimalistic car sharing app suing Vue.js
|
||||
<a class="anchor" href="#uber-like-minimalistic-car-sharing-app-suing-vuejs">#</a>
|
||||
</h2>
|
||||
<p>Repo: <a href="https://github.com/TheBojda/waku-uber">TheBojda/waku-uber</a>.</p>
|
||||
<p>Code: <a href="https://github.com/TheBojda/waku-uber">TheBojda/waku-uber</a>.</p>
|
||||
<p>Article: <a href="https://hackernoon.com/decentralized-uber-heres-how-i-built-it-with-statusim-waku-and-vuejs">Decentralized Uber: Here’s How I Built It With Status.im, Waku, and Vue.js</a>.</p>
|
||||
<p>Demonstrates:</p>
|
||||
<ul>
|
||||
@ -821,9 +833,9 @@ Live: <a href="https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/22eab4285b3e581ee3daf5338c33d71008e7b82e" title='Last modified by jemboh | Feb 18, 2022' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/22d30fbbf2aff60362367328cf845f4441c46fc6" title='Last modified by Franck R | Mar 24, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Feb 18, 2022</span>
|
||||
<span>Mar 24, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -871,7 +883,8 @@ Live: <a href="https://js-waku.wakuconnect.dev/examples/eth-pm-wallet-encryption
|
||||
<li><a href="#minimal-reactjs-chat-app">Minimal ReactJS Chat App</a></li>
|
||||
<li><a href="#minimal-reactjs-waku-store-app">Minimal ReactJS Waku Store App</a></li>
|
||||
<li><a href="#minimal-angular-chat-app">Minimal Angular Chat App</a></li>
|
||||
<li><a href="#vanilla-javascript-using-minified-library">Vanilla Javascript Using Minified Library</a></li>
|
||||
<li><a href="#using-waku-store-in-javascript-with-minified-library">Using Waku Store in JavaScript With Minified Library</a></li>
|
||||
<li><a href="#using-waku-relay-in-javascript-with-minified-library">Using Waku Relay in JavaScript With Minified Library</a></li>
|
||||
<li><a href="#web-chat-app">Web Chat App</a></li>
|
||||
<li><a href="#ethereum-private-message-web-app">Ethereum Private Message Web App</a></li>
|
||||
<li><a href="#ethereum-private-message-using-web3-wallet-encryption-api-web-app">Ethereum Private Message Using Web3 Wallet Encryption API Web App</a></li>
|
||||
|
@ -23,7 +23,7 @@ By building a frontend only webapp, that entirely runs in the browser, one can d
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -25,7 +25,7 @@ The format for content topics is as follows:
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -21,7 +21,7 @@ For this guide, we are using a single content topic: /relay-guide/1/chat/proto."
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -19,7 +19,7 @@ Waku Relay is a gossip protocol. As a user, it means that your peers forward you
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -21,7 +21,7 @@ See Cryptographic Libraries for more details on the cryptographic libraries used
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -25,7 +25,7 @@ Create new keypair # Generate a new keypair to sign your messages:" />
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -19,7 +19,7 @@ The Waku Relay protocol sends messages to connected peers but does not provide a
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -19,7 +19,7 @@ Before starting, you need to choose a Content Topic for your dApp. Check out the
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -21,7 +21,7 @@ Waku Relay is a gossip protocol. As a user, it means that your peers forward you
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -23,7 +23,7 @@ For this guide, we are using a single content topic: /relay-angular-chat/1/chat/
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -27,7 +27,7 @@ export DEBUG=* Browser # To see the debug logs in your browser’s console,
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -19,7 +19,7 @@ Node discovery is the mechanism that enables a Waku node to find other nodes. Wa
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -3,7 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Guides # General Concepts # How to Choose a Content Topic Discovery & Bootstrap Nodes How to Debug your Waku dApp JavaScript # Receive and Send Messages Using Waku Relay Retrieve Messages Using Waku Store Send Messages Using Waku Light Push Encrypt Messages Using Waku Message Version 1 Sign Messages Using Waku Message Version 1 Sign Messages Using a Web3 Wallet (EIP-712) ReactJS # Receive and Send Messages Using Waku Relay With ReactJS Retrieve Messages Using Waku Store With ReactJS Angular # Receive and Send Messages Using Waku Relay With ReactJS Service Nodes # Nwaku Service Node ">
|
||||
<meta name="description" content="Guides # Can’t find what you are looking for? Check out the examples.
|
||||
General Concepts # How to Choose a Content Topic Discovery & Bootstrap Nodes How to Debug your Waku dApp JavaScript # Receive and Send Messages Using Waku Relay Retrieve Messages Using Waku Store Send Messages Using Waku Light Push Encrypt Messages Using Waku Message Version 1 Sign Messages Using Waku Message Version 1 Sign Messages Using a Web3 Wallet (EIP-712) ReactJS # Receive and Send Messages Using Waku Relay With ReactJS Retrieve Messages Using Waku Store With ReactJS Angular # Receive and Send Messages Using Waku Relay With ReactJS Service Nodes # Nwaku Service Node ">
|
||||
<meta name="theme-color" content="#FFFFFF">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:title" content="" />
|
||||
<meta property="og:description" content="" />
|
||||
@ -15,7 +16,7 @@
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/guides/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -689,6 +690,8 @@ https://github.com/alex-shpak/hugo-book
|
||||
Guides
|
||||
<a class="anchor" href="#guides">#</a>
|
||||
</h1>
|
||||
<p>Can’t find what you are looking for?
|
||||
Check out the <a href="/docs/examples/">examples</a>.</p>
|
||||
<h2 id="general-concepts">
|
||||
General Concepts
|
||||
<a class="anchor" href="#general-concepts">#</a>
|
||||
@ -708,7 +711,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
<li><a href="./06_light_push_send_messages/">Send Messages Using Waku Light Push</a></li>
|
||||
<li><a href="./04_encrypt_messages_version_1/">Encrypt Messages Using Waku Message Version 1</a></li>
|
||||
<li><a href="./05_sign_messages_version_1/">Sign Messages Using Waku Message Version 1</a></li>
|
||||
<li><a href="./sign_messages_web3_eip712/"> Sign Messages Using a Web3 Wallet (EIP-712)</a></li>
|
||||
<li><a href="./sign_messages_web3_eip712/">Sign Messages Using a Web3 Wallet (EIP-712)</a></li>
|
||||
</ul>
|
||||
<h2 id="reactjs">
|
||||
ReactJS
|
||||
@ -741,9 +744,9 @@ https://github.com/alex-shpak/hugo-book
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/4665ad7361630141514b068511ac76eb912a537f" title='Last modified by Franck R | Mar 10, 2022' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/22d30fbbf2aff60362367328cf845f4441c46fc6" title='Last modified by Franck R | Mar 24, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Mar 10, 2022</span>
|
||||
<span>Mar 24, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -23,7 +23,7 @@ It is also possible to deploy your own nwaku node by following these instruction
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -21,7 +21,7 @@ For this guide, we are build a dApp that implements 20/TOY-ETH-PM: A simple prot
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -23,7 +23,7 @@ The latest react-scripts version uses webpack 5." />
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -17,7 +17,7 @@
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -19,7 +19,7 @@ yarn add @usedapp/core@0.4.7 @usedapp/core must be frozen to version 0.4.7 due t
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -18,7 +18,7 @@ The Poll & Vote SDK features can only be used by token holders, you must pas
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/dapp_creation/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
@ -18,7 +18,7 @@ For both functionalities, only ERC-20 token holders can create or answer polls/v
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
@ -21,7 +21,7 @@ import styled from "styled-components"; const Wrapper = styled.div` disp
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -21,7 +21,7 @@ useWakuPolling takes:
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -23,7 +23,7 @@ import React, { useMemo, useState } from "react"; import styled from 
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -18,7 +18,7 @@ The resulting code of this guide can be found at https://github.">
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
@ -23,7 +23,7 @@ import { ContractFactory, getDefaultProvider, Wallet } from "ethers"; im
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -23,7 +23,7 @@ After that we can start with styling and defining which theme we will be using:"
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -21,7 +21,7 @@ import { useWakuVoting } from "@waku/vote-sdk-react-hooks"; export funct
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -18,7 +18,7 @@ The resulting code of this guide can be found in the repo at examples/ropsten-vo
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/vote_sdk/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
@ -19,7 +19,7 @@ Waku can be used for chat purposes and for many machine-to-machine use cases.">
|
||||
<link rel="alternate" hreflang="pt" href="https://docs.wakuconnect.dev/pt/docs/" title="Introdução">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
@ -75,12 +75,12 @@ Legend:
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/examples/</guid>
|
||||
<description>Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the repo links.
|
||||
Minimal ReactJS Chat App # Repo: relay-reactjs-chat.
|
||||
<description>Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the code links.
|
||||
Minimal ReactJS Chat App # Code: relay-reactjs-chat.
|
||||
Demonstrates:
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Repo: store-reactjs-chat.
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Code: store-reactjs-chat.
|
||||
Demonstrates:
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Repo: relay-angular-chat.</description>
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Code: relay-angular-chat.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -21,7 +21,7 @@ Waku can be used for chat purposes and for many machine-to-machine use cases." /
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -27,7 +27,7 @@
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -23,7 +23,7 @@ npm install js-waku # or with yarn yarn add js-waku Start a waku node # import
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -25,7 +25,7 @@ Legend:
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
@ -19,7 +19,7 @@
|
||||
<link rel="icon" href="/favicon.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
'use strict';(function(){const g='/en.search-data.min.20ced423e3eb4adff6b4ef5d04897d3730734881ad6fb91459b1cd926d974d9c.json',h=Object.assign({cache:!0},{doc:{id:'id',field:['title','content'],store:['title','href','section']}}),a=document.querySelector('#book-search-input'),b=document.querySelector('#book-search-results');if(!a)return;a.addEventListener('focus',c),a.addEventListener('keyup',d),document.addEventListener('keypress',e);function e(b){if(b.target.value!==void 0)return;if(a===document.activeElement)return;const c=String.fromCharCode(b.charCode);if(!f(c))return;a.focus(),b.preventDefault()}function f(b){const c=a.getAttribute('data-hotkeys')||'';return c.indexOf(b)>=0}function c(){a.removeEventListener('focus',c),a.required=!0,fetch(g).then(a=>a.json()).then(a=>{window.bookSearchIndex=FlexSearch.create('balance',h),window.bookSearchIndex.add(a)}).then(()=>a.required=!1).then(d)}function d(){while(b.firstChild)b.removeChild(b.firstChild);if(!a.value)return;const c=window.bookSearchIndex.search(a.value,10);c.forEach(function(a){const c=i('<li><a href></a><small></small></li>'),d=c.querySelector('a'),e=c.querySelector('small');d.href=a.href,d.textContent=a.title,e.textContent=a.section,b.appendChild(c)})}function i(b){const a=document.createElement('div');return a.innerHTML=b,a.firstChild}})()
|
@ -129,10 +129,10 @@
|
||||
<lastmod>2022-03-16T11:26:39+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/</loc>
|
||||
<lastmod>2022-03-10T16:45:38+11:00</lastmod>
|
||||
<lastmod>2022-03-24T15:39:00+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/examples/</loc>
|
||||
<lastmod>2022-02-18T09:38:14+00:00</lastmod>
|
||||
<lastmod>2022-03-24T15:39:00+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/crypto_libraries/</loc>
|
||||
<lastmod>2022-01-24T12:17:00+11:00</lastmod>
|
||||
|
@ -20,7 +20,7 @@ Waku can be used for chat purposes and for many machine-to-machine use cases.">
|
||||
<link rel="alternate" hreflang="pt" href="https://docs.wakuconnect.dev/pt/" title="Introdução">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
@ -323,12 +323,12 @@ Legend:
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/examples/</guid>
|
||||
<description>Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the repo links.
|
||||
Minimal ReactJS Chat App # Repo: relay-reactjs-chat.
|
||||
<description>Examples # Here is the list of the code examples and the features they demonstrate. To run or studies the example, click on the code links.
|
||||
Minimal ReactJS Chat App # Code: relay-reactjs-chat.
|
||||
Demonstrates:
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Repo: store-reactjs-chat.
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Code: store-reactjs-chat.
|
||||
Demonstrates:
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Repo: relay-angular-chat.</description>
|
||||
Waku Store React/JavaScript Protobuf using protons Minimal Angular Chat App # Code: relay-angular-chat.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<sitemap>
|
||||
<loc>https://docs.wakuconnect.dev/en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2022-03-21T14:01:44+11:00</lastmod>
|
||||
<lastmod>2022-03-24T15:39:00+11:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<link rel="alternate" hreflang="pt" href="https://docs.wakuconnect.dev/pt/tags/" title="Tags">
|
||||
<link rel="stylesheet" href="/book.min.89a77f7e702a8626749b948bbfb01109823daf6c1246ca407d1378833494c402.css" integrity="sha256-iad/fnAqhiZ0m5SLv7ARCYI9r2wSRspAfRN4gzSUxAI=" crossorigin="anonymous">
|
||||
<script defer src="/flexsearch.min.js"></script>
|
||||
<script defer src="/en.search.min.134b8d542f82e1a09ca5b0e232cf363493908dd62624bc6d02c9722253ff3da3.js" integrity="sha256-E0uNVC+C4aCcpbDiMs82NJOQjdYmJLxtAslyIlP/PaM=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.e933723b5b0e812479396f72b6a14bcb492f5f7fc1a6ec4f05790bb98bb078d5.js" integrity="sha256-6TNyO1sOgSR5OW9ytqFLy0kvX3/BpuxPBXkLuYuweNU=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/tags/index.xml" title="Waku Connect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
|
Loading…
x
Reference in New Issue
Block a user