Add workshop link

This commit is contained in:
Franck Royer 2021-06-04 10:22:15 +10:00
parent ab329b3ed1
commit 69b96c09a2
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ const msg = WakuMessage.fromUtf8String("Here is a message!", "/my-cool-app/1/my-
await waku.relay.send(msg);
```
We have also put a bounty at [0xHack](https://0xhack.dev/) for using JS-Waku.
We have also put a bounty at [0xHack](https://0xhack.dev/) for using JS-Waku
and running a [workshop](https://vimeo.com/551509621).
We were thrilled to have a couple of hackers create new software using our libraries.
One of the projects aimed to create a decentralised, end-to-end encrypted messenger app,
similar to what the [ETH-DM](https://rfc.vac.dev/spec/20/) protocol aims to achieve.