-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development issue #15
Comments
Hi, @BeeSeeChain To have Solidity emit events that you can listen to on the dApp, you'll have to run the event within the relevant context. For example, using the event
By running the event as stated above, Solidity emits the Let us know if this helps or not [hoping it'll help :)]. |
Thanks for your reply
i will recived that error : so can i do for listening solidity event correctly in DOkwufulueze/eth-vue?how should i write the Code? |
@BeeSeeChain Could you check the logs to see how |
Hi, i'm using the amazing framework,but i couldn't to getting a event of solidity in VUE,for example:
PlaygroudBattle.sol
contract PlaygroundBattle is Destructible {
address public dbAddress;
}
The problem is: How should i to do for using "event won() " in DOkwufulueze/eth-vue framework in VUE?
The text was updated successfully, but these errors were encountered: