nimbus-eth2/docs/the_nimbus_book/src/build.md

25 lines
456 B
Markdown
Raw Normal View History

# Build the beacon node
## Prerequisites
Before building and running the application, make sure you've gone through the [installed the required dependencies](./install.md).
## Building the node
2020-11-07 15:52:40 +00:00
### 1. Clone the nim beacon chain repository
```
git clone https://github.com/status-im/nimbus-eth2
cd nimbus-eth2
```
2020-11-07 15:52:40 +00:00
### 2. Run the beacon node build process
To build the Nimbus beacon node and it's dependencies, run:
```
make nimbus_beacon_node
```