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-02 16:30:13 +11:00 committed by Franck
parent 048fc20719
commit 07d2c81d1d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 3 additions and 0 deletions

View File

@ -69,6 +69,7 @@
"reactjs",
"recid",
"rlnrelay",
"roadmap",
"sandboxed",
"secio",
"seckey",

View File

@ -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.