geth-bin

1.3.2 • Public • Published

geth-bin Build Status

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

Package Sidebar

Install

npm i geth-bin

Weekly Downloads

0

Version

1.3.2

License

MIT

Last publish

Collaborators

  • mastilver