Engine Events
Listening to the DappHero Core engine
<script>
document.addEventListener(
"dappHeroConfigLoaded",
({ detail: dappHero }) => {
// Inside here you can listen to any event you want
// dappHero.listenToSmartContractBlockchainEvent(data => {
// console.log("The blockChain Events: ", data)
// })
}
);
</script>List of Listeners:
Smart Contracts
Network Feature (ETH Transfer)
3Box Feature
NFT Feature
User Feature
Last updated
Was this helpful?