You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osmosis-std generate code from proto, which means it can generate non-cosmwasm client with nice interface along with it. The idea is to have an interface similar to #22 as a starting point, but could find better interface along the way.
Expectation
Design interface for GammQueryClient ,GammClient
potentially construct these client from root struct
implement the interface and create example
repo refactoring (need feedback)
osmowasm: cosmwasm related lib
osmowasm-std
osmowasm-std-derive
osmoswasm-testing
osmo-rs
cosmos-bindgen (used for gen osmo-rs & osmowasm-std)
The text was updated successfully, but these errors were encountered:
Background
osmosis-std
generate code from proto, which means it can generate non-cosmwasm client with nice interface along with it. The idea is to have an interface similar to #22 as a starting point, but could find better interface along the way.Expectation
GammQueryClient
,GammClient
osmowasm
: cosmwasm related libosmowasm-std
osmowasm-std-derive
osmoswasm-testing
osmo-rs
cosmos-bindgen
(used for genosmo-rs
&osmowasm-std
)The text was updated successfully, but these errors were encountered: