# Lời chào

Mạng **Mithril** bao gồm 3 thành phần chính:

* **Mithril Aggregator**:

Node này chịu trách nhiệm **điều phối việc sản xuất các kho lưu trữ ảnh chụp nhanh Cardano** (cùng với các chứng chỉ liên quan được cung cấp bởi Mithril đa chữ ký) bằng cách tương tác với các node Mithril Signer và một node Cardano.

* **Mithril Signer**:

Nút này chịu trách nhiệm **tạo ra các chữ ký đơn sau đó được kết hợp thành một chữ ký đa** bởi Mithril Aggregator. Nó hoạt động song song với một node Cardano có cổ phần trong mạng (Nhà khai thác nhóm cổ phần hoặc SPO).

* **Mithril Client**:

Node này chịu trách nhiệm **xác minh và khôi phục một ảnh chụp nhanh** sẽ cho phép khôi phục nhanh của một node đầy đủ Cardano.

{% hint style="info" %}
TIP

Để biết thêm thông tin về **Giao thức Mithril** , vui lòng tham khảo phần [Giới thiệu về Mithril](/gioi-thieu-ve-mithril.md).
{% endhint %}

### [Những gì bạn sẽ cần](#what-youll-need) <a href="#what-youll-need" id="what-youll-need"></a>

* Máy tính Linux (ưu tiên) hoặc macOS.
* Chuỗi công cụ Rust [được định cấu hình chính xác](https://www.rust-lang.org/learn/get-started) (phiên bản 1.62.0+).
* Phiên bản gần đây của [Docker Engine](https://docs.docker.com/engine/install/).
* Phiên bản [Docker Compose](https://docs.docker.com/compose/install/) gần đây.
* Phiên bản gần đây của [`jq`](https://stedolan.github.io/jq/)(1.6+).

### [Những gì bạn sẽ tìm thấy trong hướng dẫn sử dụng](#what-youll-find-in-the-user-manual) <a href="#what-youll-find-in-the-user-manual" id="what-youll-find-in-the-user-manual"></a>

Trong hướng dẫn [**Bắt đầu**](/huong-dan-su-dung/bat-dau.md), bạn sẽ tìm thấy các hướng dẫn về:

* 🆕 Là người cần [khởi động một node Cardano](/huong-dan-su-dung/bat-dau/khoi-dong-mot-node.md) trên `testnet`.
* Là một SPO muốn [chạy một node Mithril Signer](/huong-dan-su-dung/tai-lieu-dev/cac-node-mang-mithril/mithril-signer-node.md) trên `testnet`.
* Là một người muốn [Chạy một mạng Mithril Riêng tư](/huong-dan-su-dung/bat-dau/chay-mot-mang-rieng-mithril.md) trên `devnet`.

Trong [**Tài liệu Dev**](https://mithril.network/doc/category/developer-docs), bạn sẽ tìm thấy tài liệu về:

* Các **node mạng Mithril**:
  * Tài liệu dành cho nhà phát triển [**Mithril Aggregator Node**](/huong-dan-su-dung/tai-lieu-dev/cac-node-mang-mithril.md).
  * Tài liệu dành cho nhà phát triển [**Mithril Signer Node**](/huong-dan-su-dung/tai-lieu-dev/cac-node-mang-mithril.md).
  * Tài liệu dành cho nhà phát triển [**Mithril Client Node**](/huong-dan-su-dung/tai-lieu-dev/cac-node-mang-mithril.md).
* Hướng dẫn [Tham chiếu API](https://mithril.network/doc/manual/developer-docs/references).

{% hint style="info" %}
TIP

Nếu bạn cần trợ giúp, vui lòng liên hệ với nhóm **Mithril** :

* [Thảo luận trên Github](https://github.com/input-output-hk/mithril/discussions)
* [Stack Exchange](https://cardano.stackexchange.com/questions/tagged/mithril)
  {% endhint %}


---

# 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://mithril.tadatek.com/huong-dan-su-dung/loi-chao.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.
