geth-bin
v1.3.2
Published
Binary wrapper for geth
Maintainers
Readme
geth-bin 
Binary wrapper for geth
CLI
$ npm install --global geth-bin$ geth helpAPI
$ npm install --save geth-binconst execFile = require('child_process').execFile;
const geth = require('geth-bin');
execFile(geth, ['version'], (err, stdout) => {
console.log(stdout);
});License
MIT © Thomas Sileghem
