Michael Shearer

Results 10 comments of Michael Shearer

I had same issue, solved as: ``` var FaucetContract = artifacts.require("./Faucet.sol"); module.exports = function(callback) { FaucetContract.web3.eth.getGasPrice(function(error, result) { var gasPrice = Number(result); console.log("Gas Price is " + gasPrice + "...

See https://github.com/ethereumbook/ethereumbook/issues/1123

See https://github.com/ethereumbook/ethereumbook/issues/1123

To enable chatroom need to run local Geth node. Whisper was removed from Go-Ethereum in v1.9.21 so had to use v1.9.20 Followed instructions at https://goethereumbook.org/en/whisper/ to generate key for config.js

Sorry don’t really know. One thing I forgot to put in the issue summary was that I also had to remove all the .toNumber() calls as it seems with [email protected]...

Returning to this i've added support for Bee using Bee-js. Needed to move the build to Webpack4 and Babel7 to use Bee-js. Instead of using FormData (See https://github.com/ethersphere/bee/issues/2864) i translated...

Please see https://github.com/ethereumbook/ethereumbook/issues/1119

Great tutorial and helpful pull request. Few typos/updates/suggestions to get things running: 1. Deploy command should be --trigger-http and --runtime=nodejs14 (or swap 14 for more recent version). When deploying need...

I’ve commented on the medium article as well, if anyone else picks this up and wants to follow it.

This might help:(https://github.com/corda/node-explorer/issues/15#issue-1096973318)