Skip to content

Instantly share code, notes, and snippets.

@sfncook
Created September 10, 2018 22:42
Show Gist options
  • Save sfncook/33c19eae0926bd1fc5261b4262515fea to your computer and use it in GitHub Desktop.
Save sfncook/33c19eae0926bd1fc5261b4262515fea to your computer and use it in GitHub Desktop.
$ node app.js
Error: CONNECTION ERROR: Couldn't connect to node http://localhost:8545.
at Object.InvalidConnection (/Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:15632:16)
at HttpProvider.sendAsync (/Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:94093:21)
at RequestManager.sendAsync (/Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:88113:19)
at Object.send (/Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:14667:42)
at /Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:5610:10
at new Promise (<anonymous>)
at new F (/Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:36169:28)
at /Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:5592:12
at BlockchainAPI.<anonymous> (/Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:291082:72)
at step (/Users/shawn/Projects/Blockchain/Sandbox/dharma/node_modules/@dharmaprotocol/dharma.js/dist/dharma.umd.js:290919:23)
Example app listening on port 3000!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment