mirror of
https://github.com/acid-info/docs.wakuconnect.dev.git
synced 2025-02-20 13:48:10 +00:00
Update documentation
This commit is contained in:
parent
2ad2ab6221
commit
849a9b451f
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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" 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
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/categories/index.xml" title="WakuConnect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -154,6 +154,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -14,14 +14,14 @@ Symmetric encryption # Uses SubtleCrypto Web API (browser) or NodeJS' crypt
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://docs.wakuconnect.dev/docs/crypto_libraries/" /><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="2021-12-09T15:27:58+01:00" />
|
||||
<meta property="article:modified_time" content="2022-01-12T14:41:29+11:00" />
|
||||
|
||||
<title>Cryptographic Libraries | WakuConnect 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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -536,9 +549,9 @@ or <a href="https://nodejs.org/api/crypto.html">NodeJS' crypto</a> module.</p>
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/89334e6efdcfefe0894f99f92b4b6352003f3aa3" title='Last modified by Jakub Sokołowski | Dec 9, 2021' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Dec 9, 2021</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -20,14 +20,14 @@ Demonstrates:
|
||||
<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="2021-12-09T15:27:58+01:00" />
|
||||
<meta property="article:modified_time" content="2022-01-12T14:41:29+11:00" />
|
||||
|
||||
<title>Examples | WakuConnect 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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -159,6 +159,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -624,9 +637,9 @@ To run or studies the example, click on the <em>repo</em> links.</p>
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/89334e6efdcfefe0894f99f92b4b6352003f3aa3" title='Last modified by Jakub Sokołowski | Dec 9, 2021' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Dec 9, 2021</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -157,6 +157,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -151,6 +151,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -157,6 +157,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -151,6 +151,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -151,6 +151,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -15,7 +15,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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/guides/index.xml" title="WakuConnect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -148,6 +148,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class=" active">Guides</a>
|
||||
|
||||
|
||||
@ -543,9 +556,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/89334e6efdcfefe0894f99f92b4b6352003f3aa3" title='Last modified by Jakub Sokołowski | Dec 9, 2021' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Dec 9, 2021</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/index.xml" title="WakuConnect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -151,6 +151,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@ yarn create react-app poll-dapp-ts --template typescript cd poll-dapp-ts yarn ad
|
||||
<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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ rm -f App.tsx App.css App.test.tsx Top bar # Use TopBar component to display 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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -151,6 +151,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@ import styled from 'styled-components' const Wrapper = styled.div` displ
|
||||
<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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@ import {useState} from 'react' import {useConfig} from '@usedapp/cor
|
||||
<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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -155,6 +155,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ Get Started ">
|
||||
<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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" 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="WakuConnect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -152,6 +152,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ Waku can be used for chat purposes and for many machine-to-machine use cases. Yo
|
||||
<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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/docs/index.xml" title="WakuConnect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -156,6 +156,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -523,6 +536,7 @@ You can learn more about Waku at <a href="https://waku.vac.dev">waku.vac.dev</a>
|
||||
<p>JS-Waku is the TypeScript implementation of the Waku protocol,
|
||||
built for browser environment.</p>
|
||||
<p>The <a href="/docs/quick_start/">quick start</a> presents an easy way to send and receive messages using js-waku.</p>
|
||||
<p>If you prefer video content, check out the <a href="/docs/presentations">presentations</a>.</p>
|
||||
<p>If you are looking for inspiration, check out the <a href="/docs/use_cases">use cases</a> Waku can enable.</p>
|
||||
<p>The <a href="/docs/guides">guides</a> explain specific js-waku features
|
||||
and how it can be used with popular web frameworks.</p>
|
||||
@ -546,9 +560,9 @@ For more general discussion and latest news, join #dappconnect on <a href="https
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/0804fd912cac0f49a7f2bb13a86ae9c79279534a" title='Last modified by Franck R | Jan 10, 2022' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Jan 10, 2022</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -43,6 +43,20 @@ Legend:
|
||||
Live: We are aware of projects who have implemented this use case.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Presentations & Videos</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/presentations/</link>
|
||||
<pubDate>Wed, 12 Jan 2022 01:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/presentations/</guid>
|
||||
<description>Presentations &amp; Videos # 17 Sep 2021 - EthOnline # Pre-recorded video for hackathon participants.
|
||||
Slides: https://notes.status.im/eth-global-2021
|
||||
21 Jul 2021 - EthCC 2021 # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres
|
||||
21 Jul 2021 - Ethereum Engineering Group meetup # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Examples</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/examples/</link>
|
||||
|
@ -14,14 +14,14 @@ Waku can be used for chat purposes and for many machine-to-machine use cases. Yo
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://docs.wakuconnect.dev/docs/introduction/" /><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-01-10T12:30:09+11:00" />
|
||||
<meta property="article:modified_time" content="2022-01-12T14:41:29+11:00" />
|
||||
|
||||
<title>Introduction | WakuConnect 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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -153,6 +153,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -520,6 +533,7 @@ You can learn more about Waku at <a href="https://waku.vac.dev">waku.vac.dev</a>
|
||||
<p>JS-Waku is the TypeScript implementation of the Waku protocol,
|
||||
built for browser environment.</p>
|
||||
<p>The <a href="/docs/quick_start/">quick start</a> presents an easy way to send and receive messages using js-waku.</p>
|
||||
<p>If you prefer video content, check out the <a href="/docs/presentations">presentations</a>.</p>
|
||||
<p>If you are looking for inspiration, check out the <a href="/docs/use_cases">use cases</a> Waku can enable.</p>
|
||||
<p>The <a href="/docs/guides">guides</a> explain specific js-waku features
|
||||
and how it can be used with popular web frameworks.</p>
|
||||
@ -543,9 +557,9 @@ For more general discussion and latest news, join #dappconnect on <a href="https
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/0804fd912cac0f49a7f2bb13a86ae9c79279534a" title='Last modified by Franck R | Jan 10, 2022' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Jan 10, 2022</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
653
docs/presentations/index.html
Normal file
653
docs/presentations/index.html
Normal file
@ -0,0 +1,653 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Presentations & Videos # 17 Sep 2021 - EthOnline # Pre-recorded video for hackathon participants.
|
||||
Slides: https://notes.status.im/eth-global-2021
|
||||
21 Jul 2021 - EthCC 2021 # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres
|
||||
21 Jul 2021 - Ethereum Engineering Group meetup # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres">
|
||||
<meta name="theme-color" content="#FFFFFF">
|
||||
<meta name="color-scheme" content="light dark"><meta property="og:title" content="Presentations & Videos" />
|
||||
<meta property="og:description" content="Presentations & Videos # 17 Sep 2021 - EthOnline # Pre-recorded video for hackathon participants.
|
||||
Slides: https://notes.status.im/eth-global-2021
|
||||
21 Jul 2021 - EthCC 2021 # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres
|
||||
21 Jul 2021 - Ethereum Engineering Group meetup # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://docs.wakuconnect.dev/docs/presentations/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2022-01-12T01:00:00+01:00" />
|
||||
<meta property="article:modified_time" content="2022-01-12T14:41:29+11:00" />
|
||||
|
||||
<title>Presentations & Videos | WakuConnect 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.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
-->
|
||||
|
||||
</head>
|
||||
<body dir="ltr">
|
||||
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
||||
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
||||
<main class="container flex">
|
||||
<aside class="book-menu">
|
||||
<div class="book-menu-content">
|
||||
|
||||
<nav>
|
||||
<h2 class="book-brand">
|
||||
<a class="flex align-center" href="/"><span>WakuConnect Docs</span>
|
||||
</a>
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="book-search">
|
||||
<input type="text" id="book-search-input" placeholder="Search" aria-label="Search" maxlength="64" data-hotkeys="s/" />
|
||||
<div class="book-search-spinner hidden"></div>
|
||||
<ul id="book-search-results"></ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="book-languages">
|
||||
<li>
|
||||
<input type="checkbox" id="languages" class="toggle" />
|
||||
<label for="languages" class="flex justify-between">
|
||||
<a role="button" class="flex align-center">
|
||||
<img src="/svg/translate.svg" class="book-icon" alt="Languages" />
|
||||
English
|
||||
</a>
|
||||
</label>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="https://docs.wakuconnect.dev/es/">
|
||||
Español
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://docs.wakuconnect.dev/pt/">
|
||||
Português
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/introduction/" class="">Introduction</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/quick_start/" class="">Quick Start</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/use_cases/" class="">Use Cases</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class=" active">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/01_choose_content_topic/" class="">How to Choose a Content Topic</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/02_relay_receive_send_messages/" class="">Receive and Send Messages Using Waku Relay</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/03_store_retrieve_messages/" class="">Retrieve Messages Using Waku Store</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/04_encrypt_messages_version_1/" class="">Encrypt Messages Using Waku Message Version 1</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/05_sign_messages_version_1/" class="">Sign Messages Using Waku Message Version 1</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/06_light_push_send_messages/" class="">Send Messages Using Waku Light Push</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/" class="">Receive and Send Messages Using Waku Relay With ReactJS</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/" class="">Retrieve Messages Using Waku Store With ReactJS</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/" class="">Vote Poll Sdk</a>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/" class="">Poll SDK</a>
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/01_create_dapp/" class="">Create the DApp and Install Dependencies</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/02_connect_wallet/" class="">Connect to the Ethereum Wallet</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/03_create-a-poll_button/" class="">Create-A-Poll Button</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/04_poll_creation/" class="">Poll Creation Component</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/05_poll_list/" class="">Poll List Component</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/examples/" class="">Examples</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/crypto_libraries/" class="">Cryptographic Libraries</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/waku_protocols/" class="">Implemented Waku Protocols</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="https://status-im.github.io/js-waku/docs/" target="_blank" rel="noopener">
|
||||
JS-Waku API Doc
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://vac.dev/" target="_blank" rel="noopener">
|
||||
Vac Team
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://rfc.vac.dev/" target="_blank" rel="noopener">
|
||||
Vac RFCs
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://status.im/" target="_blank" rel="noopener">
|
||||
Status.im
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>(function(){var a=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(b){localStorage.setItem("menu.scrollTop",a.scrollTop)}),a.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div class="book-page">
|
||||
<header class="book-header">
|
||||
|
||||
<div class="flex align-center justify-between">
|
||||
<label for="menu-control">
|
||||
<img src="/svg/menu.svg" class="book-icon" alt="Menu" />
|
||||
</label>
|
||||
|
||||
<strong>Presentations & Videos</strong>
|
||||
|
||||
<label for="toc-control">
|
||||
|
||||
<img src="/svg/toc.svg" class="book-icon" alt="Table of Contents" />
|
||||
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<aside class="hidden clearfix">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#presentations--videos">Presentations & Videos</a>
|
||||
<ul>
|
||||
<li><a href="#17-sep-2021---ethonline">17 Sep 2021 - EthOnline</a></li>
|
||||
<li><a href="#21-jul-2021---ethcc-2021">21 Jul 2021 - EthCC 2021</a></li>
|
||||
<li><a href="#21-jul-2021---ethereum-engineering-group-meetup">21 Jul 2021 - Ethereum Engineering Group meetup</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</aside>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="presentations--videos">
|
||||
Presentations & Videos
|
||||
<a class="anchor" href="#presentations--videos">#</a>
|
||||
</h1>
|
||||
<h2 id="17-sep-2021---ethonline">
|
||||
17 Sep 2021 - EthOnline
|
||||
<a class="anchor" href="#17-sep-2021---ethonline">#</a>
|
||||
</h2>
|
||||
<p>Pre-recorded video for hackathon participants.</p>
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
<iframe src="https://www.youtube.com/embed/ooRyn4aXsrM" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
|
||||
</div>
|
||||
|
||||
<p>Slides: <a href="https://notes.status.im/eth-global-2021">https://notes.status.im/eth-global-2021</a></p>
|
||||
<h2 id="21-jul-2021---ethcc-2021">
|
||||
21 Jul 2021 - EthCC 2021
|
||||
<a class="anchor" href="#21-jul-2021---ethcc-2021">#</a>
|
||||
</h2>
|
||||
<p><em>Note: DappConnect is now named WakuConnect.</em></p>
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
<iframe src="https://www.youtube.com/embed/rQOp3qoDF0g" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
|
||||
</div>
|
||||
|
||||
<p>Slides: <a href="https://notes.status.im/dappconnect-pres">https://notes.status.im/dappconnect-pres</a></p>
|
||||
<h2 id="21-jul-2021---ethereum-engineering-group-meetup">
|
||||
21 Jul 2021 - Ethereum Engineering Group meetup
|
||||
<a class="anchor" href="#21-jul-2021---ethereum-engineering-group-meetup">#</a>
|
||||
</h2>
|
||||
<p><em>Note: DappConnect is now named WakuConnect.</em></p>
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
<iframe src="https://www.youtube.com/embed/CBknF-6Z-Ds" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
|
||||
</div>
|
||||
|
||||
<p>Slides: <a href="https://notes.status.im/dappconnect-pres">https://notes.status.im/dappconnect-pres</a></p>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
<footer class="book-footer">
|
||||
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/edit/develop/content/docs/presentations.md" target="_blank" rel="noopener">
|
||||
<img src="/svg/edit.svg" class="book-icon" alt="Edit" />
|
||||
<span>Edit this page</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>(function(){function a(c){const a=window.getSelection(),b=document.createRange();b.selectNodeContents(c),a.removeAllRanges(),a.addRange(b)}document.querySelectorAll("pre code").forEach(b=>{b.addEventListener("click",function(c){a(b.parentElement),navigator.clipboard&&navigator.clipboard.writeText(b.parentElement.textContent)})})})()</script>
|
||||
|
||||
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div class="book-comments">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="book-toc">
|
||||
<div class="book-toc-content">
|
||||
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#presentations--videos">Presentations & Videos</a>
|
||||
<ul>
|
||||
<li><a href="#17-sep-2021---ethonline">17 Sep 2021 - EthOnline</a></li>
|
||||
<li><a href="#21-jul-2021---ethcc-2021">21 Jul 2021 - EthCC 2021</a></li>
|
||||
<li><a href="#21-jul-2021---ethereum-engineering-group-meetup">21 Jul 2021 - Ethereum Engineering Group meetup</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -16,14 +16,14 @@ npm install js-waku # or with yarn yarn add js-waku Start a waku node # import
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://docs.wakuconnect.dev/docs/quick_start/" /><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="2021-12-09T15:27:58+01:00" />
|
||||
<meta property="article:modified_time" content="2022-01-12T14:41:29+11:00" />
|
||||
|
||||
<title>Quick Start | WakuConnect 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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -155,6 +155,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -573,9 +586,9 @@ here is how to listen to new messages received via <a href="https://rfc.vac.dev/
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/89334e6efdcfefe0894f99f92b4b6352003f3aa3" title='Last modified by Jakub Sokołowski | Dec 9, 2021' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Dec 9, 2021</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -18,14 +18,14 @@ Legend:
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://docs.wakuconnect.dev/docs/use_cases/" /><meta property="article:section" content="docs" />
|
||||
<meta property="article:published_time" content="2022-01-05T00:00:00+00:00" />
|
||||
<meta property="article:modified_time" content="2022-01-11T15:51:37+11:00" />
|
||||
<meta property="article:modified_time" content="2022-01-12T14:41:29+11:00" />
|
||||
|
||||
<title>Use Cases | WakuConnect 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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -157,6 +157,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -769,9 +782,9 @@ Other form of social media: news feed, blogposts, audio or video sharing, can al
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/5689160e4491d89eec2a50833fbe8f21e6b927ff" title='Last modified by Franck R | Jan 11, 2022' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Jan 11, 2022</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://docs.wakuconnect.dev/docs/waku_protocols/" /><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="2021-12-09T15:27:58+01:00" />
|
||||
<meta property="article:modified_time" content="2022-01-12T14:41:29+11:00" />
|
||||
|
||||
<title>Implemented Waku Protocols | WakuConnect 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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<!--
|
||||
Made with Book Theme
|
||||
https://github.com/alex-shpak/hugo-book
|
||||
@ -151,6 +151,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -610,9 +623,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/89334e6efdcfefe0894f99f92b4b6352003f3aa3" title='Last modified by Jakub Sokołowski | Dec 9, 2021' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Dec 9, 2021</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,11 @@
|
||||
'use strict';(function(){const searchDataURL='/en.search-data.min.ecb14771e3a7165f444ce75fe21aac13e496561859e625013a5996d6abe7df35.json';const indexConfig=Object.assign({cache:true},{doc:{id:'id',field:['title','content'],store:['title','href','section']}});const input=document.querySelector('#book-search-input');const results=document.querySelector('#book-search-results');if(!input){return}
|
||||
input.addEventListener('focus',init);input.addEventListener('keyup',search);document.addEventListener('keypress',focusSearchFieldOnKeyPress);function focusSearchFieldOnKeyPress(event){if(event.target.value!==undefined){return;}
|
||||
if(input===document.activeElement){return;}
|
||||
const characterPressed=String.fromCharCode(event.charCode);if(!isHotkey(characterPressed)){return;}
|
||||
input.focus();event.preventDefault();}
|
||||
function isHotkey(character){const dataHotkeys=input.getAttribute('data-hotkeys')||'';return dataHotkeys.indexOf(character)>=0;}
|
||||
function init(){input.removeEventListener('focus',init);input.required=true;fetch(searchDataURL).then(pages=>pages.json()).then(pages=>{window.bookSearchIndex=FlexSearch.create('balance',indexConfig);window.bookSearchIndex.add(pages);}).then(()=>input.required=false).then(search);}
|
||||
function search(){while(results.firstChild){results.removeChild(results.firstChild);}
|
||||
if(!input.value){return;}
|
||||
const searchHits=window.bookSearchIndex.search(input.value,10);searchHits.forEach(function(page){const li=element('<li><a href></a><small></small></li>');const a=li.querySelector('a'),small=li.querySelector('small');a.href=page.href;a.textContent=page.title;small.textContent=page.section;results.appendChild(li);});}
|
||||
function element(content){const div=document.createElement('div');div.innerHTML=content;return div.firstChild;}})();
|
@ -1 +1 @@
|
||||
'use strict';(function(){const g='/en.search-data.min.8375effbd5a47e7a22f77254e16968855135cca68a57edb478e2b55d2ba61af2.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}})()
|
||||
'use strict';(function(){const g='/en.search-data.min.9589f2b86a4b37306b9639b317ec641179e8fea13b954c44b6a6a264667b58d6.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}})()
|
@ -7,12 +7,33 @@
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/01_choose_content_topic/</loc>
|
||||
<lastmod>2022-01-03T11:11:07+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/02_relay_receive_send_messages/</loc>
|
||||
<lastmod>2022-01-05T14:40:44+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/03_store_retrieve_messages/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/04_encrypt_messages_version_1/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/05_sign_messages_version_1/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/06_light_push_send_messages/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/</loc>
|
||||
<lastmod>2022-01-10T12:11:15+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/</loc>
|
||||
<lastmod>2022-01-10T12:11:15+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/introduction/</loc>
|
||||
<lastmod>2022-01-10T12:30:09+11:00</lastmod>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/</loc>
|
||||
<lastmod>2022-01-10T12:30:09+11:00</lastmod>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
@ -30,7 +51,7 @@
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/</loc>
|
||||
<lastmod>2022-01-10T12:30:09+11:00</lastmod>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="es"
|
||||
@ -46,45 +67,6 @@
|
||||
hreflang="en"
|
||||
href="https://docs.wakuconnect.dev/docs/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/quick_start/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/02_relay_receive_send_messages/</loc>
|
||||
<lastmod>2022-01-05T14:40:44+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/use_cases/</loc>
|
||||
<lastmod>2022-01-11T15:51:37+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/03_store_retrieve_messages/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/04_encrypt_messages_version_1/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/examples/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/crypto_libraries/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/05_sign_messages_version_1/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/waku_protocols/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/06_light_push_send_messages/</loc>
|
||||
<lastmod>2021-12-09T15:27:58+01:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/</loc>
|
||||
<lastmod>2022-01-10T12:11:15+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/</loc>
|
||||
<lastmod>2022-01-10T12:11:15+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/01_create_dapp/</loc>
|
||||
<lastmod>2022-01-05T11:02:48+11:00</lastmod>
|
||||
@ -100,6 +82,27 @@
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/05_poll_list/</loc>
|
||||
<lastmod>2022-01-05T11:02:48+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/quick_start/</loc>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/use_cases/</loc>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/presentations/</loc>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/</loc>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/examples/</loc>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/crypto_libraries/</loc>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/waku_protocols/</loc>
|
||||
<lastmod>2022-01-12T14:41:29+11:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/</loc>
|
||||
<lastmod>2022-01-10T12:30:09+11:00</lastmod>
|
||||
|
@ -0,0 +1 @@
|
||||
[{"id":0,"href":"/es/docs/introduccion/","title":"Introducción","section":"Introducción","content":"Introducción TODO\n"},{"id":1,"href":"/es/docs/","title":"Introducción","section":"Introducción","content":"Introducción TODO\n"}]
|
@ -0,0 +1,11 @@
|
||||
'use strict';(function(){const searchDataURL='/es.search-data.min.83f14431157427d4ba540838531119c8a5dcc464acee4ad12f7e98d9efac45bc.json';const indexConfig=Object.assign({cache:true},{doc:{id:'id',field:['title','content'],store:['title','href','section']}});const input=document.querySelector('#book-search-input');const results=document.querySelector('#book-search-results');if(!input){return}
|
||||
input.addEventListener('focus',init);input.addEventListener('keyup',search);document.addEventListener('keypress',focusSearchFieldOnKeyPress);function focusSearchFieldOnKeyPress(event){if(event.target.value!==undefined){return;}
|
||||
if(input===document.activeElement){return;}
|
||||
const characterPressed=String.fromCharCode(event.charCode);if(!isHotkey(characterPressed)){return;}
|
||||
input.focus();event.preventDefault();}
|
||||
function isHotkey(character){const dataHotkeys=input.getAttribute('data-hotkeys')||'';return dataHotkeys.indexOf(character)>=0;}
|
||||
function init(){input.removeEventListener('focus',init);input.required=true;fetch(searchDataURL).then(pages=>pages.json()).then(pages=>{window.bookSearchIndex=FlexSearch.create('balance',indexConfig);window.bookSearchIndex.add(pages);}).then(()=>input.required=false).then(search);}
|
||||
function search(){while(results.firstChild){results.removeChild(results.firstChild);}
|
||||
if(!input.value){return;}
|
||||
const searchHits=window.bookSearchIndex.search(input.value,10);searchHits.forEach(function(page){const li=element('<li><a href></a><small></small></li>');const a=li.querySelector('a'),small=li.querySelector('small');a.href=page.href;a.textContent=page.title;small.textContent=page.section;results.appendChild(li);});}
|
||||
function element(content){const div=document.createElement('div');div.innerHTML=content;return div.firstChild;}})();
|
@ -203,7 +203,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introducción">Introducción</a></li>
|
||||
<li><a href="#introduccion">Introducción</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@ -216,9 +216,9 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="introducción">
|
||||
<article class="markdown"><h1 id="introduccion">
|
||||
Introducción
|
||||
<a class="anchor" href="#introducci%c3%b3n">#</a>
|
||||
<a class="anchor" href="#introduccion">#</a>
|
||||
</h1>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
@ -275,7 +275,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introducción">Introducción</a></li>
|
||||
<li><a href="#introduccion">Introducción</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -201,7 +201,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introducción">Introducción</a></li>
|
||||
<li><a href="#introduccion">Introducción</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@ -214,9 +214,9 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="introducción">
|
||||
<article class="markdown"><h1 id="introduccion">
|
||||
Introducción
|
||||
<a class="anchor" href="#introducci%c3%b3n">#</a>
|
||||
<a class="anchor" href="#introduccion">#</a>
|
||||
</h1>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
@ -273,7 +273,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introducción">Introducción</a></li>
|
||||
<li><a href="#introduccion">Introducción</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -204,7 +204,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introducción">Introducción</a></li>
|
||||
<li><a href="#introduccion">Introducción</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@ -217,9 +217,9 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="introducción">
|
||||
<article class="markdown"><h1 id="introduccion">
|
||||
Introducción
|
||||
<a class="anchor" href="#introducci%c3%b3n">#</a>
|
||||
<a class="anchor" href="#introduccion">#</a>
|
||||
</h1>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
@ -276,7 +276,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introducción">Introducción</a></li>
|
||||
<li><a href="#introduccion">Introducción</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
20
index.html
20
index.html
@ -20,7 +20,7 @@ Waku can be used for chat purposes and for many machine-to-machine use cases. Yo
|
||||
<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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/index.xml" title="WakuConnect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -157,6 +157,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
@ -524,6 +537,7 @@ You can learn more about Waku at <a href="https://waku.vac.dev">waku.vac.dev</a>
|
||||
<p>JS-Waku is the TypeScript implementation of the Waku protocol,
|
||||
built for browser environment.</p>
|
||||
<p>The <a href="/docs/quick_start/">quick start</a> presents an easy way to send and receive messages using js-waku.</p>
|
||||
<p>If you prefer video content, check out the <a href="/docs/presentations">presentations</a>.</p>
|
||||
<p>If you are looking for inspiration, check out the <a href="/docs/use_cases">use cases</a> Waku can enable.</p>
|
||||
<p>The <a href="/docs/guides">guides</a> explain specific js-waku features
|
||||
and how it can be used with popular web frameworks.</p>
|
||||
@ -547,9 +561,9 @@ For more general discussion and latest news, join #dappconnect on <a href="https
|
||||
<div class="flex flex-wrap justify-between">
|
||||
|
||||
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/0804fd912cac0f49a7f2bb13a86ae9c79279534a" title='Last modified by Franck R | Jan 10, 2022' target="_blank" rel="noopener">
|
||||
<div><a class="flex align-center" href="https://github.com/vacp2p/docs.wakuconnect.dev/commit/d41a5cee6b827340d4ac5d6ce75b150dad8ef457" title='Last modified by Franck R | Jan 12, 2022' target="_blank" rel="noopener">
|
||||
<img src="/svg/calendar.svg" class="book-icon" alt="Calendar" />
|
||||
<span>Jan 10, 2022</span>
|
||||
<span>Jan 12, 2022</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
156
index.xml
156
index.xml
@ -20,29 +20,6 @@ The format for content topics is as follows:
|
||||
dapp-name: The name of your dApp, it must be unique to avoid conflict with other dApps. version: We usually start at 1, useful when introducing breaking changes in your messages.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Introduction</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/introduction/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/introduction/</guid>
|
||||
<description>WakuConnect Docs # WakuConnect is a suite of libraries, SDKs and documentations to help you use Waku in your dApp.
|
||||
Waku is a decentralized, censorship-resistant, network and protocol family. It enables you to add communication features to your dApp in a decentralized manner, ensuring to your users that they will not be censored or de-platformed.
|
||||
Waku can be used for chat purposes and for many machine-to-machine use cases. You can learn more about Waku at waku.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Quick Start</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/quick_start/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/quick_start/</guid>
|
||||
<description>Quick Start # In this section you will learn how to receive and send messages using Waku Relay.
|
||||
A more in depth guide for Waku Relay can be found here.
|
||||
Install # Install the js-waku package:
|
||||
npm install js-waku # or with yarn yarn add js-waku Start a waku node # import { Waku } from &#39;js-waku&#39;; const waku = await Waku.create({ bootstrap: true }); Listen for messages # The contentTopic is a metadata string that allows categorization of messages on the waku network.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Receive and Send Messages Using Waku Relay</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/guides/02_relay_receive_send_messages/</link>
|
||||
@ -54,19 +31,6 @@ Before starting, you need to choose a Content Topic for your dApp. Check out the
|
||||
For this guide, we are using a single content topic: /relay-guide/1/chat/proto.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Use Cases</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/use_cases/</link>
|
||||
<pubDate>Wed, 05 Jan 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/use_cases/</guid>
|
||||
<description>Use Cases # Waku is a generalized communication network. It can enable numerous use cases, both person-to-person (e.g. messenger) and machine-to-machine (e.g. state channels).
|
||||
This is a non-exhaustive list of use cases that we have considered and their current status.
|
||||
If we are aware of other projects using js-waku and other use cases that could be implemented, feel free to open a PR.
|
||||
Legend:
|
||||
Live: We are aware of projects who have implemented this use case.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Retrieve Messages Using Waku Store</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/guides/03_store_retrieve_messages/</link>
|
||||
@ -88,31 +52,6 @@ You can find more details about Waku Message Payload Encryption in 26/WAKU-PAYLO
|
||||
See Cryptographic Libraries for more details on the cryptographic libraries used by js-waku.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Examples</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/examples/</link>
|
||||
<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: min-react-js-chat.
|
||||
Demonstrates:
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Repo: store-reactjs-chat.
|
||||
Demonstrates:
|
||||
Waku Store React/JavaScript Protobuf using protons Vanilla Javascript Using Minified Library # Repo: unpkg-js-store.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Cryptographic Libraries</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/crypto_libraries/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/crypto_libraries/</guid>
|
||||
<description>Cryptographic Libraries # A note on the cryptographic libraries used as it is a not a straightforward affair.
|
||||
Asymmetric encryption # Uses ecies-geth which in turns uses SubtleCrypto Web API (browser), secp256k1 (native binding for node) or elliptic (pure JS if none of the other libraries are available).
|
||||
Symmetric encryption # Uses SubtleCrypto Web API (browser) or NodeJS' crypto module.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Sign Messages Using Waku Message Version 1</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/guides/05_sign_messages_version_1/</link>
|
||||
@ -126,16 +65,6 @@ See Cryptographic Libraries for more details on the cryptographic libraries used
|
||||
Create new keypair # Generate a new keypair to sign your messages:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Implemented Waku Protocols</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/waku_protocols/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/waku_protocols/</guid>
|
||||
<description>Waku Protocol Support # You can track progress on the project board.
|
||||
✔: Supported 🚧: Implementation in progress ⛔: Support is not planned Spec Implementation Status 6/WAKU1 ⛔ 7/WAKU-DATA ⛔ 8/WAKU-MAIL ⛔ 9/WAKU-RPC ⛔ 10/WAKU2 🚧 11/WAKU2-RELAY ✔ 12/WAKU2-FILTER 13/WAKU2-STORE ✔ (querying node only) 14/WAKU2-MESSAGE ✔ 15/WAKU2-BRIDGE 16/WAKU2-RPC ⛔ 17/WAKU2-RLNRELAY 18/WAKU2-SWAP 19/WAKU2-LIGHTPUSH ✔ 20/TOY-ETH-PM ✔ (as example) 21/WAKU2-FTSTORE ✔ 22/TOY-CHAT ✔ (as example) 25/LIBP2P-DNS-DISCOVERY 🚧 26/WAKU2-PAYLOAD ✔ </description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Send Messages Using Waku Light Push</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/guides/06_light_push_send_messages/</link>
|
||||
@ -167,6 +96,17 @@ DApps running on a phone or in a browser are often offline: The browser could be
|
||||
Waku Relay is a gossip protocol. As a user, it means that your peers forward you messages they just received.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Introduction</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/introduction/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/introduction/</guid>
|
||||
<description>WakuConnect Docs # WakuConnect is a suite of libraries, SDKs and documentations to help you use Waku in your dApp.
|
||||
Waku is a decentralized, censorship-resistant, network and protocol family. It enables you to add communication features to your dApp in a decentralized manner, ensuring to your users that they will not be censored or de-platformed.
|
||||
Waku can be used for chat purposes and for many machine-to-machine use cases. You can learn more about Waku at waku.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Create the DApp and Install Dependencies</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/guides/vote_poll_sdk/poll_sdk/01_create_dapp/</link>
|
||||
@ -222,5 +162,79 @@ components/Poll.tsx:
|
||||
import {useState} from &#39;react&#39; import {useConfig} from &#39;@usedapp/core&#39; import {PollCreation, PollList} from &#39;@waku/poll-sdk-react-components&#39; import {JsonRpcSigner, Web3Provider} from &#39;@ethersproject/providers&#39; import {useWakuPolling} from &#39;@waku/poll-sdk-react-hooks&#39; import {CreateButton} from &#39;@waku/vote-poll-sdk-react-components&#39; import {Theme} from &#39;@waku/vote-poll-sdk-react-components/dist/esm/src/style/themes&#39; import {ChainId} from &#34;@usedapp/core/src/constants&#34;; type PollProps = { appName: string library: Web3Provider | undefined signer: JsonRpcSigner | undefined chainId: ChainId | undefined account: string | null | undefined theme: Theme tokenAddress: string } export function Poll({appName, library, signer, chainId, account, theme, tokenAddress}: PollProps) { const config = useConfig() const [showPollCreation, setShowPollCreation] = useState(false) const wakuPolling = useWakuPolling(appName, tokenAddress, library, config?</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Quick Start</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/quick_start/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/quick_start/</guid>
|
||||
<description>Quick Start # In this section you will learn how to receive and send messages using Waku Relay.
|
||||
A more in depth guide for Waku Relay can be found here.
|
||||
Install # Install the js-waku package:
|
||||
npm install js-waku # or with yarn yarn add js-waku Start a waku node # import { Waku } from &#39;js-waku&#39;; const waku = await Waku.create({ bootstrap: true }); Listen for messages # The contentTopic is a metadata string that allows categorization of messages on the waku network.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Use Cases</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/use_cases/</link>
|
||||
<pubDate>Wed, 05 Jan 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/use_cases/</guid>
|
||||
<description>Use Cases # Waku is a generalized communication network. It can enable numerous use cases, both person-to-person (e.g. messenger) and machine-to-machine (e.g. state channels).
|
||||
This is a non-exhaustive list of use cases that we have considered and their current status.
|
||||
If we are aware of other projects using js-waku and other use cases that could be implemented, feel free to open a PR.
|
||||
Legend:
|
||||
Live: We are aware of projects who have implemented this use case.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Presentations & Videos</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/presentations/</link>
|
||||
<pubDate>Wed, 12 Jan 2022 01:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/presentations/</guid>
|
||||
<description>Presentations &amp; Videos # 17 Sep 2021 - EthOnline # Pre-recorded video for hackathon participants.
|
||||
Slides: https://notes.status.im/eth-global-2021
|
||||
21 Jul 2021 - EthCC 2021 # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres
|
||||
21 Jul 2021 - Ethereum Engineering Group meetup # Note: DappConnect is now named WakuConnect.
|
||||
Slides: https://notes.status.im/dappconnect-pres</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Examples</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/examples/</link>
|
||||
<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: min-react-js-chat.
|
||||
Demonstrates:
|
||||
Group chat React/JavaScript Waku Relay Protobuf using protons No async/await syntax Minimal ReactJS Waku Store App # Repo: store-reactjs-chat.
|
||||
Demonstrates:
|
||||
Waku Store React/JavaScript Protobuf using protons Vanilla Javascript Using Minified Library # Repo: unpkg-js-store.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Cryptographic Libraries</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/crypto_libraries/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/crypto_libraries/</guid>
|
||||
<description>Cryptographic Libraries # A note on the cryptographic libraries used as it is a not a straightforward affair.
|
||||
Asymmetric encryption # Uses ecies-geth which in turns uses SubtleCrypto Web API (browser), secp256k1 (native binding for node) or elliptic (pure JS if none of the other libraries are available).
|
||||
Symmetric encryption # Uses SubtleCrypto Web API (browser) or NodeJS' crypto module.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Implemented Waku Protocols</title>
|
||||
<link>https://docs.wakuconnect.dev/docs/waku_protocols/</link>
|
||||
<pubDate>Thu, 09 Dec 2021 14:00:00 +0100</pubDate>
|
||||
|
||||
<guid>https://docs.wakuconnect.dev/docs/waku_protocols/</guid>
|
||||
<description>Waku Protocol Support # You can track progress on the project board.
|
||||
✔: Supported 🚧: Implementation in progress ⛔: Support is not planned Spec Implementation Status 6/WAKU1 ⛔ 7/WAKU-DATA ⛔ 8/WAKU-MAIL ⛔ 9/WAKU-RPC ⛔ 10/WAKU2 🚧 11/WAKU2-RELAY ✔ 12/WAKU2-FILTER 13/WAKU2-STORE ✔ (querying node only) 14/WAKU2-MESSAGE ✔ 15/WAKU2-BRIDGE 16/WAKU2-RPC ⛔ 17/WAKU2-RLNRELAY 18/WAKU2-SWAP 19/WAKU2-LIGHTPUSH ✔ 20/TOY-ETH-PM ✔ (as example) 21/WAKU2-FTSTORE ✔ 22/TOY-CHAT ✔ (as example) 25/LIBP2P-DNS-DISCOVERY 🚧 26/WAKU2-PAYLOAD ✔ </description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
@ -0,0 +1 @@
|
||||
[{"id":0,"href":"/pt/docs/introduccion/","title":"Introdução","section":"Introdução","content":"Introdução TODO\n"},{"id":1,"href":"/pt/docs/","title":"Introdução","section":"Introdução","content":"Introdução TODO\n"}]
|
@ -0,0 +1,11 @@
|
||||
'use strict';(function(){const searchDataURL='/pt.search-data.min.1c5bc2dd4387c28ca1ecd5d7f1b4ca91defba147e1b3371078e1be4598630fed.json';const indexConfig=Object.assign({cache:true},{doc:{id:'id',field:['title','content'],store:['title','href','section']}});const input=document.querySelector('#book-search-input');const results=document.querySelector('#book-search-results');if(!input){return}
|
||||
input.addEventListener('focus',init);input.addEventListener('keyup',search);document.addEventListener('keypress',focusSearchFieldOnKeyPress);function focusSearchFieldOnKeyPress(event){if(event.target.value!==undefined){return;}
|
||||
if(input===document.activeElement){return;}
|
||||
const characterPressed=String.fromCharCode(event.charCode);if(!isHotkey(characterPressed)){return;}
|
||||
input.focus();event.preventDefault();}
|
||||
function isHotkey(character){const dataHotkeys=input.getAttribute('data-hotkeys')||'';return dataHotkeys.indexOf(character)>=0;}
|
||||
function init(){input.removeEventListener('focus',init);input.required=true;fetch(searchDataURL).then(pages=>pages.json()).then(pages=>{window.bookSearchIndex=FlexSearch.create('balance',indexConfig);window.bookSearchIndex.add(pages);}).then(()=>input.required=false).then(search);}
|
||||
function search(){while(results.firstChild){results.removeChild(results.firstChild);}
|
||||
if(!input.value){return;}
|
||||
const searchHits=window.bookSearchIndex.search(input.value,10);searchHits.forEach(function(page){const li=element('<li><a href></a><small></small></li>');const a=li.querySelector('a'),small=li.querySelector('small');a.href=page.href;a.textContent=page.title;small.textContent=page.section;results.appendChild(li);});}
|
||||
function element(content){const div=document.createElement('div');div.innerHTML=content;return div.firstChild;}})();
|
@ -203,7 +203,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introdução">Introdução</a></li>
|
||||
<li><a href="#introducao">Introdução</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@ -216,9 +216,9 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="introdução">
|
||||
<article class="markdown"><h1 id="introducao">
|
||||
Introdução
|
||||
<a class="anchor" href="#introdu%c3%a7%c3%a3o">#</a>
|
||||
<a class="anchor" href="#introducao">#</a>
|
||||
</h1>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
@ -275,7 +275,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introdução">Introdução</a></li>
|
||||
<li><a href="#introducao">Introdução</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -201,7 +201,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introdução">Introdução</a></li>
|
||||
<li><a href="#introducao">Introdução</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@ -214,9 +214,9 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="introdução">
|
||||
<article class="markdown"><h1 id="introducao">
|
||||
Introdução
|
||||
<a class="anchor" href="#introdu%c3%a7%c3%a3o">#</a>
|
||||
<a class="anchor" href="#introducao">#</a>
|
||||
</h1>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
@ -273,7 +273,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introdução">Introdução</a></li>
|
||||
<li><a href="#introducao">Introdução</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -204,7 +204,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introdução">Introdução</a></li>
|
||||
<li><a href="#introducao">Introdução</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
@ -217,9 +217,9 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<article class="markdown"><h1 id="introdução">
|
||||
<article class="markdown"><h1 id="introducao">
|
||||
Introdução
|
||||
<a class="anchor" href="#introdu%c3%a7%c3%a3o">#</a>
|
||||
<a class="anchor" href="#introducao">#</a>
|
||||
</h1>
|
||||
<p>TODO</p>
|
||||
</article>
|
||||
@ -276,7 +276,7 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
<nav id="TableOfContents">
|
||||
<ul>
|
||||
<li><a href="#introdução">Introdução</a></li>
|
||||
<li><a href="#introducao">Introdução</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<sitemap>
|
||||
<loc>https://docs.wakuconnect.dev/en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2022-01-11T15:51:37+11:00</lastmod>
|
||||
<lastmod>2022-01-12T14:41:29+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.1d6f87ac66d2c4a52eb21b5829c8ab4c4b5fafb08e17caa4f63cd478ba1b5ea6.js" integrity="sha256-HW+HrGbSxKUushtYKcirTEtfr7COF8qk9jzUeLobXqY=" crossorigin="anonymous"></script>
|
||||
<script defer src="/en.search.min.d89cb3af4ee137b70e27c13152e6b50b0a9c33bba150857527f7d753deffbfcb.js" integrity="sha256-2Jyzr07hN7cOJ8ExUua1CwqcM7uhUIV1J/fXU97/v8s=" crossorigin="anonymous"></script>
|
||||
<link rel="alternate" type="application/rss+xml" href="https://docs.wakuconnect.dev/tags/index.xml" title="WakuConnect Docs" />
|
||||
<!--
|
||||
Made with Book Theme
|
||||
@ -154,6 +154,19 @@ https://github.com/alex-shpak/hugo-book
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/presentations/" class="">Presentations & Videos</a>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="https://docs.wakuconnect.dev/docs/guides/" class="">Guides</a>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user