CosmWasm / CosmWasmJS

Source of the cosmwasm npm package
https://cosmwasm.github.io/CosmWasmJS/
Apache License 2.0
50 stars 16 forks source link

Subscribe/Listen to contract events #176

Open ajays97 opened 1 year ago

ajays97 commented 1 year ago

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.

99Kies commented 1 year ago

same question.