From 72ccda0cdf1a2f9ceebd702771c369607efb819b Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Tue, 23 May 2023 13:10:55 +0100 Subject: [PATCH] add note on Protobuf --- docs/overview/concepts/content-topics.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/overview/concepts/content-topics.md b/docs/overview/concepts/content-topics.md index 8f63442..f44856a 100644 --- a/docs/overview/concepts/content-topics.md +++ b/docs/overview/concepts/content-topics.md @@ -19,3 +19,7 @@ For instance, if your dApp is called `SuperCrypto` and it allows users to receiv - `/supercrypto/1/notification/proto` - `/supercrypto/1/private-message/proto` + +:::info +While you can choose any encoding format for your `Content Topic`, we highly recommend using [Protobuf](https://protobuf.dev/) (`proto`) because of its efficiency. Choosing a lightweight format ensures optimal performance of your dApp. +::: \ No newline at end of file