I'm trying to test the project on the testnet via geth instead of simulating rpc with ganache-cli.
The problem is that geth is taking too long to synchronize (days, probably weeks).
I also tried to use infura.io but it seems not to have HTTP-based API for watching events.
How can I do? I'm using the Web3j framework for Java.