Jacek Sieka b3caacd59d
Doc updates (#3771)
* Doc updates

* initial merge guide
* mark JSON-RPC as removed
* expand on binaries
* recommend `-j4` when building
* cleanups

* style fixes
2022-06-19 10:24:01 +03:00

502 B
Raw Blame History

Build the beacon node

Prerequisites

Before building and running the application, make sure you've installed the required dependencies.

Building the node

1. Clone the nimbus-eth2 repository

git clone https://github.com/status-im/nimbus-eth2
cd nimbus-eth2

2. Run the beacon node build process

To build the Nimbus beacon node and it's dependencies, run:

make -j4 nimbus_beacon_node

Omit -j4 on systems with 4GB of memory or less.