mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 23:07:54 +00:00
c55c0917a8
* Volume 1 edits * More volume 1 edits * replace medalla with pyrmont
745 B
745 B
Build the beacon node
The beacon node connects to the eth2 network, manages the blockchain, and provides API's to interact with the beacon chain.
Importantly, you need to have built the beacon node in order to be able to import your keys.
Todo: explain relationship between beacon node and validator client
Prerequisites
Before building and running the application, make sure you've gone through the installed the required dependencies.
Building the node
1. Clone the nim beacon chain 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 nimbus_beacon_node