ethnode
ethnode copied to clipboard
Run an Ethereum node (Geth or Openethereum) for development
`ganache-cli` has a really helpful `--fork` flag that uses mainnet state as the starting point. This is essentially necessary for testing multiple defi projects together. However, it has some bugs...
 
Running cli with multiple `--node-arguments` either by comma sepparated values or multiple instances of `--node-arguments` did not work. This PR addresses that, while I don't know if this is the...
A user asked me if there is a way to know the mnemonic. Keys were not generated using a mnemonic seed, so there is no mnemonic available. There should be...
# Problem Ethnode doesn't work on Windows machines (see #11). The two scripts `get_geth.sh` and `get_openethereum.sh` rely on bash to run. # Solution Port `get_geth.sh` and `get_openethereum.sh` to pure JavaScript...
Add feature to be able to interact with mainnet contracts like `ganache-cli --fork`
I found your project through `ethereum.org` 1. I tried to use `ethnode` and it is true, it installs easily and it downloads the node and runs it pretty much flawlessly...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [find-cache-dir](https://github.com/sindresorhus/find-cache-dir). These dependencies need to be updated together. Removes `semver` Updates `find-cache-dir` from 3.3.1 to 4.0.0 Release notes Sourced from...