# 簡介

MetaID App Node（後續稱為 MAN）是第一個適配 MetaID V2 協議的開源後端索引器，同時也是 MetaID 數據的分佈式存儲數據庫。開發者無需依賴第三方服務商，也無需運行繁重的比特幣節點，只要在本地部署安裝 MAN 就可以開發和運行所有類型的 MetaID 應用，做到真正的 Web3 應用分佈式化。

#### MAN 主要特性

* 完全適配 MetaID V2 協議
* 按照區塊順序和交易順序索引 MetaID 協議數據，同時支持內存池中數據索引
* 開箱即用，支持多種數據庫適配，如 `mongodb`、`pebble` 等，開發者可根據應用區塊選擇即可。
* 開發者友好性，對於常用數據應用，提供通用數據查詢 API，另外對於複雜的數據，MAN 計劃實現 Graph Query Language。
* 可控制的索引數據量，MAN 支持全量數據同步、單應用數據同步、多應用組合同步等多種數據同步模式，開發者可以通過簡單的配置，獲取自己需要的數據。

#### 基於 MAN 開發應用流程

1. 下載 MAN 程序源碼編譯，或者直接下載最新 MAN-Release 程序
2. 修改相關配置文件
3. 運行 MAN
4. 使用 MAN API 和 MetaID SDK 進行開發
5. 在相關 UTXO 鏈的測試網絡進行開發調試
6. 主網發布


---

# 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.metaid.io/zh-hk/metaid-app-node/jian-jie.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.
