You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using web3 0.2.0 format for getting account balance:
balance = web3.eth.getBalance(accounts[0])
but gives me Invalid JSON RPC response error. Format works in tests with truffle while running Ganache. I'm not supposed to run a separate TestRPC with espresso am I?
The text was updated successfully, but these errors were encountered:
using web3 0.2.0 format for getting account balance:
but gives me Invalid JSON RPC response error. Format works in tests with truffle while running Ganache. I'm not supposed to run a separate TestRPC with espresso am I?
The text was updated successfully, but these errors were encountered: