Hello! I am running your code with Quorum. When I run web3.isConnected(), it is returning "false" var web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:22000")); alert(web3.isConnected()); Something I missed out? Thanks! Nathan Aw
Hello!
I am running your code with Quorum. When I run web3.isConnected(), it is returning "false"
var web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:22000")); alert(web3.isConnected());
Something I missed out? Thanks!
Nathan Aw