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
{{ message }}
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.
I have cosmwasm smart contracts on the Osmosis side chain. I want to be able to interact with the contract from my Javascript application using the contract abi. the docs provide a way to query the read only methods using the CosmWasm client, but I don't see a way to instantiate the contract in my Javascript app using the abi and listen or subscribe to events emitted by the contract.
Please help or point to the right docs that helps me does this.
The text was updated successfully, but these errors were encountered:
I have cosmwasm smart contracts on the Osmosis side chain. I want to be able to interact with the contract from my Javascript application using the contract abi. the docs provide a way to query the read only methods using the CosmWasm client, but I don't see a way to instantiate the contract in my Javascript app using the abi and listen or subscribe to events emitted by the contract.
Please help or point to the right docs that helps me does this.
The text was updated successfully, but these errors were encountered: