Generate clients #620
Labels
📦 🌐 tendermint v2
Issues or PRs tm2 related
📦 ⛰️ gno.land
Issues or PRs gno.land package related
🌱 feature
New update to Gno
Milestone
vm/qfuncs
helper.In conclusion, we can either use 1. and be done, or use 2. to call 1. without worrying about marshalling and enjoy a fully type-safe experience with code completion, etc.
When considering the "how" of our approach, it is best to aim for an amino-only solution in order to provide the best features and reduce dependencies. However, we can still offer protobuf files to our users, especially if they are generated from Amino. Alternatively, we can create custom generators to generate intermediary standards, allowing users to reuse existing tools and providing the option for deeper integration and custom solutions.
I'm investigating the possibility of creating a custom
r/gnolang/blog
client without using codegen with a customgnokey
client available at gnolang/blog#9.cc @ilgooz, what's your opinion and expected future needs?
The text was updated successfully, but these errors were encountered: