Need Help in Traking events in Reactjs Without using moralis server #5019
-
HI guys , I want to track events emitted on polygon testnet in my frontend . I'm not using moralis server database how can I track it. |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Mar 6, 2023
Replies: 1 comment 16 replies
-
@ritesh798 You can use ethers.js to listen to events and then do whatever you want with them. |
Beta Was this translation helpful? Give feedback.
16 replies
Answer selected by
ritesh798
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ritesh798 You can use ethers.js to listen to events and then do whatever you want with them.