# End Node

메타디움의 End Node(EN)는 누구나 손쉽게 설치하여 운영할 수 있는 블록체인 노드입니다. EN 노드는 블록체인 네트워크의 정보를 직접 조회하거나 트랜잭션을 전송하는 기능을 제공하므로 블록체인 개발자 및 dapp 개발자가 모두 사용 가능합니다.

메타디움은 이더리움을 기반으로 구현되었으므로 노드의 설치와 설정, 구동 등이 기본적으로 이더리움 geth와 동일하거나 유사합니다. 이러한 이더리움 친화적인 특징은 이더리움 기반 블록체인의 개발자들이 조금 더 쉽게 메타디움을 이용할 수 있게 도와줍니다.

본 문서에서는 메타디움의 EN 노드의 시스템 요구사항과 방화벽 설정 방법, gmet의 직접 설치 방법에 대해서 설명합니다.


---

# 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://docs.metadium.com/ko/developer/install-node/end-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.
