Merge branch 'develop' into feat/opchan

This commit is contained in:
Danish Arora 2025-12-07 16:33:14 -05:00 committed by GitHub
commit 00d1ce1434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,6 @@ When the `defaultBootstrap` parameter is set to `true`, your node will be bootst
Choose a [content topic](/learn/concepts/content-topics) for your application and create a message `encoder` and `decoder`:
```js
import { createEncoder, createDecoder } from "@waku/sdk";
// Choose a content topic
const ct = "/my-app/1/messages/proto";