status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
546 stars 233 forks source link

eth1 docs #6680

Closed arnetheduck closed 3 weeks ago

arnetheduck commented 4 weeks ago

Minimal quickstart for setting up the execution client

tersec commented 4 weeks ago

Just as an organizational point, is the goal to have a single set of combined documentation for both nimbus-eth1 and nimbus-eth2, or is the framing of this that this is how to run nimbus-eth1 strictly in the context of nimbus-eth2?

arnetheduck commented 4 weeks ago

is the goal to have a single set of combined documentation for both

open for discussion - there are arguments for both, mostly related to what to do with the "detailed" information about features. I think it makes sense to have a "landing page" or quick start that talks about them together, but we should somehow also "branch out" to domain-specific sections somehow.

This will become all the more interesting when we have a join node - at that time, it might make sense to constructively think about what features can be removed as well!

siddarthkay commented 3 weeks ago

Thanks @arnetheduck, these docs are much needed!