jacque006 / ether-js-geth-issue

Project for reproducing error with ether.js v5.3.1 and geth v1.10.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ether-js-geth-issue

Project for reproducing error with ether.js v5.3.1 and geth v1.10.4

deps

NodeJS >= v14 npm v6 (>= v7 is fine, lockfile format will update) docker & docker-compose to more easily test different geth versions

steps to reproduce

npm i
npm run build
docker-compose up -d geth-1.10.4 # or geth --http --dev
node index.js

TODO And of course it now works, figure out why.

About

Project for reproducing error with ether.js v5.3.1 and geth v1.10.4


Languages

Language:JavaScript 73.7%Language:Solidity 15.4%Language:TypeScript 10.9%