1.3.2 • Published 10 years ago
geth-bin v1.3.2
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
1.3.2
10 years ago