add note on Protobuf

This commit is contained in:
LordGhostX
2023-05-23 13:10:55 +01:00
parent 6722c322be
commit 72ccda0cdf
+4
View File
@@ -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.
:::