简体   繁体   中英

How do I monitor transactions in a Polygon wallet?

So I'm wanting to monitor a Polygon wallet for when transactions occur. It doesn't seem like there are a ton of resources for Polygon wallet monitoring, mostly just for Bitcoin and Ethereum wallet monitoring. What's the process to develop a program to monitor a Polygon wallet? Is there an API I can use?

You can use web3 js, to monitor all incoming transactions, and be iterating through them and comparing them with the list of your wallets.

I'm building a tool that will do all the checking for you, what tou just have to do is to just be uploading addresses that you want to watch for their incoming transactions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM