This change adds a new abstract-app plugin that generates clients for use in AbstractSDK's CosmWasm framework.
Users can enable abstractApp for their app module schemas to generate the app client. This significantly improves the user experience because they do not have to provide any of the wrapper boilerplate when using the framework.
This change adds a new
abstract-app
plugin that generates clients for use in AbstractSDK's CosmWasm framework.Users can enable
abstractApp
for their app module schemas to generate the app client. This significantly improves the user experience because they do not have to provide any of the wrapper boilerplate when using the framework.Barebones example: