From 69b96c09a271e2000b4771e512c7705c8c34b8e5 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 4 Jun 2021 10:22:15 +1000 Subject: [PATCH] Add workshop link --- _posts/2021-06-04-presenting-js-waku.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_posts/2021-06-04-presenting-js-waku.md b/_posts/2021-06-04-presenting-js-waku.md index 1e0a717..cc70a6e 100644 --- a/_posts/2021-06-04-presenting-js-waku.md +++ b/_posts/2021-06-04-presenting-js-waku.md @@ -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.