ethnode icon indicating copy to clipboard operation
ethnode copied to clipboard

Run an Ethereum node (Geth or Openethereum) for development

Results 9 ethnode issues
Sort by recently updated
recently updated
newest added

`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...

![image](https://user-images.githubusercontent.com/54056210/140898458-2c491eda-481f-4834-94df-6d6fdf9b6fd5.png) ![image](https://user-images.githubusercontent.com/54056210/140898643-8de443f0-140d-473c-ae93-cb94780e9716.png)

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...

enhancement

# 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...

enhancement

Add feature to be able to interact with mainnet contracts like `ganache-cli --fork`

enhancement

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...

dependencies

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...

dependencies