e.g. while creating a new hackathon, it is required to refresh the page once a tx is confirmed. Similarly, for all other actions like register team, submit project etc. The UI should auto-update.
I think the solution is to make the smart contract emit events and then update the UI by parsing confirmed tx events.
e.g. while creating a new hackathon, it is required to refresh the page once a tx is confirmed. Similarly, for all other actions like register team, submit project etc. The UI should auto-update.
I think the solution is to make the smart contract emit events and then update the UI by parsing confirmed tx events.