geth-bin

Binary wrapper for geth

Usage no npm install needed!

<script type="module">
  import gethBin from 'https://cdn.skypack.dev/geth-bin';
</script>

README

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