Is there any tutorial showing about how to let the front-end to communicate with the Move smart contract?
2 Likes
Hi Dylan,
It will eventually be possible to do this using the “events” feature of the Libra blockchain/Move. The testnet emits events for sending/receiving payments, but Move does not yet allow emitting custom events. Supporting this is a high-priority item on our roadmap.
2 Likes
Hi Sam.
Do you have any estimates for the roadmap and especially for Events?
you can start by using this node sdk by the community Here is a Libra sample Client using JavaScript
Hi Sam,
Thanks for the response. Looking forward to the commits for that!
Cheers,
Dylan
Impressive! I will try that.
Cheers,
Dylan
Ur gRPC clients are supper cool.
Cheers,
Dylan