# 8. ビーコンノードを構築する

ビーコンノードはeth2ネットワークに接続し、ブロックチェーンを管理し、ビーコンチェーンと対話するためのAPIを提供します。

重要なことは、鍵をインポートできるようにするためにはビーコンノードを構築する必要があるということです。

*Todo: ビーコンノードとバリデータクライアントの関係を説明する*

## 前提条件

アプリケーションをビルドして実行する前に、[必要な依存関係がインストールされている](https://haruki.gitbook.io/nimbus-book-ja/how-to/7-install-dependencies)ことを確認してくださ&#x3044;*。*

## ノードの構築

### 1. nimビーコンチェーンのリポジトリをクローンする

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

### 2. ビーコンノードのビルドプロセスを実行する

```
make nimbus_beacon_node
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paru.gitbook.io/nimbus-book-ja/how-to/8-build-the-beacon-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
