
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
leo-dev-ethnode
Advanced tools
ethnode, run an Ethereum node for test and developmentethnode is a zero configuration tool to run a local Ethereum node. It supports both Openethereum and Geth.
Try it out:
npm install leo-dev-ethnode
ethnode automatically:
geth or openethereumgeth or openethereum to run in a single node network using the clique (Geth) or InstantSeal (Openethereum) consensus engine (transactions are processed instantly)By default ethnode runs geth. If you want to run openethereum type ethnode openethereum.
Every time you run ethnode, it creates a new temporary directory to store the data. If you want to persist the data in a specific directory use:
ethnode --workdir=mydata
Sometimes you want to allocate Ether to some specific addresses (maybe some other accounts you have on MetaMask). This is an alternative approach to import a private key to your MetaMask extension.
ethnode --allocate=0xad7b5e515e557b2dc4d0625d206394b502412003,0xecdd5b467e38731bfad4bd75faa45c7d58e41b49
openethereum --config dev?Openethereum has a nice feature to run it as a private development chain (aka test RPC).
While testing it, I run into some problems, like:
--config dev) doesn't:
geth --dev?More or less for the same reasons mentioned above.
ganache-cli?multiple bugs inside . Ganache sometimes is not enough.
FAQs
Run an Ethereum node for development.
We found that leo-dev-ethnode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.