Example: rename file and point to docs website

- GitHub automatically print README.md file in folder.
- Point to docs website that contains some external examples.
This commit is contained in:
F
2021-12-13 11:38:12 +11:00
committed by Franck
parent 048fc20719
commit 07d2c81d1d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@
"reactjs",
"recid",
"rlnrelay",
"roadmap",
"sandboxed",
"secio",
"seckey",
@@ -7,3 +7,5 @@ Here is the list of the code examples and the features they demonstrate:
- [Minimal ReactJS Chat App](min-react-js-chat): Group chat, React/JavaScript, Relay, Protobuf using `protons`.
- [Minimal ReactJS Waku Store App](store-reactjs-chat): Waku Store, React/JavaScript, Protobuf using `protons`.
- [Pure Javascript Using Minified Library](unpkg-js-store): Stop retrieving results from Waku Store on condition, Use minified bundle from Unpkg.com, JavaScript.
See https://docs.dappconnect.dev/docs/examples/ for more examples.