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
I was working with wasmbinding in which i need access native module tx and queries using the smart contract and i found this repo github.com/osmosis-labs/bindings](url)
So I ran the specified procedure in the token factory module.
While doing this I encountered this error Building contract in /code ... error: failed to get osmo-bindingsas a dependency of packagetokenfactory v0.7.0 (/code)`
Caused by:
failed to load source for dependency osmo-bindings
Caused by:
Unable to update /packages/bindings
Caused by:
failed to read /packages/bindings/Cargo.toml
Caused by:
No such file or directory (os error 2)`
Can someone suggest me to access the native module methods.
Thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was working with wasmbinding in which i need access native module tx and queries using the smart contract and i found this repo github.com/osmosis-labs/bindings](url)
So I ran the specified procedure in the token factory module.
While doing this I encountered this error
Building contract in /code ... error: failed to get
osmo-bindingsas a dependency of package
tokenfactory v0.7.0 (/code)`Caused by:
failed to load source for dependency
osmo-bindings
Caused by:
Unable to update /packages/bindings
Caused by:
failed to read
/packages/bindings/Cargo.toml
Caused by:
No such file or directory (os error 2)`
Can someone suggest me to access the native module methods.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions