add note on Protobuf

This commit is contained in:
LordGhostX 2023-05-23 13:10:55 +01:00
parent 6722c322be
commit 72ccda0cdf
No known key found for this signature in database
GPG Key ID: 520CC5DC4F94FCC7
1 changed files with 4 additions and 0 deletions

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.
:::