Hacker News new | ask | show | jobs
by jatsign 3125 days ago
I've had success listening to events using web3, against both testrpc and geth (on private and test networks). What version of web3 & testrpc are you using?
1 comments

I'm using web3 1.0.0-beta.26, ganache-cli 6.0.3

I instantiate the web3 object as such: web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));

When I try to setup an event listener, console logs this:

Error: The current provider doesn't support subscriptions: HttpProvider