web3.unity icon indicating copy to clipboard operation
web3.unity copied to clipboard

React to events that are happening on the smart contract side

Open kantagara opened this issue 8 months ago • 0 comments

Summary Very similar to #510 but now we know what we need 😁

Suggested features or ways to address the summary Nethereum itself already has the event subscription. We should try and heavily utilize it on our end with the use of DI and all the other beautiful architectual things we have in our own SDK

Motivation Would allow us to react to certain events in the smart contracts, which we'd greatly benefit from.

Acceptance Criteria

  • [ ] We can react to the events from smart contract
  • [ ] Utilize DI for creating the event poller system

Blockers Potential blocker is WebGL since I'm not sure how doable that is on the WebGL side

kantagara avatar Jun 10 '24 09:06 kantagara