Replies: 1 comment 5 replies
-
You will have to listen for each address you care about. There is no way to listen to an xpub key directly. And if you have too many events you may start getting throttled. If you have a lot to pay attention to, it might make more sense to listen to all Transfer events and filter it in code. When dealing with an HD wallet you may also want to adhere to the gap outlined in BIP-32. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As for simple dai contract, the official demo code like:
How to listen so many sub addresses of HD Wallet ?
Beta Was this translation helpful? Give feedback.
All reactions