gethd

geth local testing

Usage no npm install needed!

<script type="module">
  import gethd from 'https://cdn.skypack.dev/gethd';
</script>

README

gethd

Build Status

npx gethd

Jest setup

const gethd = require('gethd');

beforeAll(async () => {
  await gethd.start();
  await gethd.waitForReady();
});

afterAll(gethd.stop);

Dev

nix-shell
pnpm i
pnpm test