How to get all the new TRX hash created in the block chain network using java and INFURA? As we can use INFURA with web3j but web3j’s filter not work with the INFURA.
Have you tried using Infura’s websocket? There are filter calls available in the docs:
1 Like