ChorusOne / eth-staking-smith

Ethereum 2.0 deposit CLI / library
Apache License 2.0
19 stars 6 forks source link

Support passing custom ethereum network spec via CLI #22

Closed mksh closed 1 month ago

mksh commented 1 year ago

Context: Right now custom network spec can be passed via library interface, but not via command line interface. This is required when generating keys for private testnets, e.g. for Helder devnet

jenpaff commented 2 months ago

Right now custom network spec can be passed via library interface, but not via command line interface.

what's the use case for using the CLI right now? Actually was thinking to not recommend the cli tool before picking up #25 given the feedback we received a while back

mksh commented 2 months ago

@jenpaff It's for our Helder devnet participation

mksh commented 2 months ago

Individual staker guide was merged, now available on master: https://github.com/ChorusOne/eth-staking-smith?tab=readme-ov-file#exporting-cli-standard-output-into-common-keystores-folder-format

jenpaff commented 2 months ago

@jenpaff It's for our Helder devnet participation

ok was missing this context- will add to PR & github issue