blockchain event calls - GenusDev/genie-portal GitHub Wiki

Ensure all events are structure as: Event syntax = projectPitchEvent

View vs watch

The limit of a view function is that it is not updated in real time. Event listeners are view functions that are called with each state change of the smart contracts on chain. You can set what blocks they watch Listeners will update object info reflective of changes over time since initial ledger Data for projects will be displayed by fetching the most updated data for the projects If browser is open while the developer pitches a project, all watch functions will be updated based on the new pitch. It will also update already existing projects in real time.

Transfer Event

project Pitched

votes

How can we query the b-chain to identify: How many users/wallets? How many coins outstanding?

⚠️ **GitHub.com Fallback** ⚠️