0.1.3 • Published 7 years ago
gethd v0.1.3
gethd
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
npx gethd
const gethd = require('gethd');
beforeAll(async () => {
await gethd.start();
await gethd.waitForReady();
});
afterAll(gethd.stop);
nix-shell
pnpm i
pnpm test