EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

how to publish an event from the smart contract ? #6122

Closed sivachaitanya closed 6 years ago

sivachaitanya commented 6 years ago

i couldnt find any documentation or working example regarding how to publish and event from EOS smart contract and subscribe to it in eosjs, like generating events in solidity and subscribing to them in web3js or web3py ?

jgiszczak commented 6 years ago

See Demux, available for EOS here.