chore: add notice about go-waku interop (#224)

* add notice about go-waku interop

* Update examples/noise-js/index.html

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>

---------

Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
Sasha 2023-04-06 01:42:40 +02:00 committed by GitHub
parent 21e8c705dc
commit 634a4d2b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -186,6 +186,15 @@
</div>
</div>
<div>
<p>
NOTICE: you can try also try to pair your browser with a
<a href="https://github.com/waku-org/go-waku/tree/master/examples/noise"
>go-waku based node</a
>.
</p>
</div>
<script src="./index.js"></script>
</body>
</html>