Add Vue.js example (#3)

This commit is contained in:
F 2021-12-01 15:54:23 +11:00 committed by GitHub
parent 067fdaba4c
commit 9e409435ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Demonstrates:
- Group chat
- React/JavaScript
- Waku Relay
- Protobuf using `protons`
- Protobuf using [protons](https://www.npmjs.com/package/protons)
- No async/await syntax
## Minimal ReactJS Waku Store App
@ -23,7 +23,7 @@ Demonstrates:
- Waku Store
- React/JavaScript
- Protobuf using `protons`.
- Protobuf using [protons](https://www.npmjs.com/package/protons)
## Vanilla Javascript Using Minified Library
@ -74,3 +74,15 @@ Demonstrates:
- Asymmetric Encryption
- Usage of `eth_decrypt` Web3 Wallet API
- Protobuf using [protobufjs](https://www.npmjs.com/package/protobufjs)
## Uber-like minimalistic car sharing app suing Vue.js
Repo: [TheBojda/waku-uber](https://github.com/TheBojda/waku-uber).
Article: [Decentralized Uber: Here's How I Built It With Status.im, Waku, and Vue.js](https://hackernoon.com/decentralized-uber-heres-how-i-built-it-with-statusim-waku-and-vuejs).
Demonstrates:
- Vue.js
- Waku Relay
- Protobuf using [protons](https://www.npmjs.com/package/protons)