0.0.6 • Published 4 years ago

generator-ethereum-client v0.0.6

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

generator-ethereum-client-ci Actions Status License sonar-quality-gatesonar-bugs sonar-vulnerabilities

EIP Generator

What is it ?

This generator creates configuration files for various Ethereum clients.

Supported Ethereum clients

NameRepositorySupported
Hyperledger Besuhttps://github.com/hyperledger/besuPartially
Gethhttps://github.com/ethereum/go-ethereumNo
Nethermindhttps://github.com/NethermindEth/nethermindNo
Open Ethereumhttps://github.com/openethereum/openethereumNo

How to use it ?

Install Prerequisites

Install Yeoman

npm install -g yo

Install the generator

Install from source

npm install -g

Install from package manager

npm install -g generator-ethereum-client

Run the generator

yo  ethereum-client

Run the generator for Hyperledger Besu

yo  ethereum-client:hyperledger-besu

Run the generator for Geth

yo  ethereum-client:geth

Run the generator for Nethermind

yo  ethereum-client:nethermind

Run the generator for Open Ethereum

yo  ethereum-client:open-ethereum