caec70c17f | ||
---|---|---|
.. | ||
configs | ||
consensus | ||
execution | ||
README.md | ||
nimbus_unified.cfg | ||
nimbus_unified.nim |
README.md
Nimbus Unified
description
Nimbus Unified combines Ethereum execution and consensus layer functionalities, featuring a fully integrated beacon node), validator duties, and execution layer support. This setup allows the Nimbus client to handle both Ethereum consensus (Eth2) and execution (Eth1) tasks within a single package.
--> meh, requires improvement
documentation
For in-depth configuration and functionality of Nimbus Eth1 and Nimbus Eth2, refer to:
- Nimbus-eth1 - Execution layer client Documentation
- Nimbus-eth2 - Consensus layer client Documentation
--- to be concluded
dependencies
tbd
how to
configuration
todo
commands
todo
compile
tbd - mac os, windows, and linux
colaborate
We welcome contributions to Nimbus Unified! Please adhere to the following guidelines:
- Follow the Nimbus Code of Conduct.
- Use the Nimbus Code Style Guide to maintain code consistency.
- Format your code using the Nim Pretty Printer (nph) to ensure consistency across the codebase. Run it as part of your pull request process.
License
Licensed and distributed under either of
- MIT license: LICENSE-MIT or https://opensource.org/licenses/MIT
or
- Apache License, Version 2.0: LICENSE-APACHEv2 or https://www.apache.org/licenses/LICENSE-2.0
at your option. These files may not be copied, modified, or distributed except according to those terms.