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