# Filecoin 交易发送引擎

作为 Filecoin 网络的 PiB 级数据载入工具，Swan Client 可以帮助用户处理数据，并将数据发送给 Filecoin 网络中的存储提供商。 主要功能及步骤如下

* 通过 graphsplit, lotus, IPFS, 或 ipfs-car 从源文件生成 CAR 文件
* 将 CAR 文件上传至 IPFS 服务器，并生成发送离线订单需要的元数据文件 (JSON 和 CSV)
* 基于元数据文件发送离线订单
* 生成一个最终元数据文件，供存储提供商导入订单
* 在 [Swan Platform](https://console.filswan.com/#/dashboard) 上创建任务和离线订单

  **(存储供应商可以通过** [**Swan Provider**](https://github.com/filswan/go-swan-provider/tree/release-2.1.0-rc1) **自动导入订单)**

Swan Client 支持创建三种不同的任务，帮助用户将数据发送至存储供应商。从源文件到成功发送订单的整个流程如下：

<figure><img src="/files/VaaKDCIP25XYS7pbF5IE" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/MImi1QFAxVZf8JYF7V9s" %}
[安装](/swan-client/chuang-jian-ren-wu-liu-cheng/filecoin-jiao-yi-fa-song-yin-qing/an-zhuang.md)
{% endcontent-ref %}

{% content-ref url="/pages/yJtoRGcvtK4jJEmZy0U9" %}
[配置](/swan-client/chuang-jian-ren-wu-liu-cheng/filecoin-jiao-yi-fa-song-yin-qing/pei-zhi.md)
{% endcontent-ref %}

{% content-ref url="/pages/MVE0ezftXO9YBd0kx2NY" %}
[前提条件](/swan-client/chuang-jian-ren-wu-liu-cheng/filecoin-jiao-yi-fa-song-yin-qing/qian-ti-tiao-jian.md)
{% endcontent-ref %}

{% content-ref url="/pages/dOH8JPFg6EC0h2i8rvd9" %}
[生成 CAR 文件](/swan-client/chuang-jian-ren-wu-liu-cheng/filecoin-jiao-yi-fa-song-yin-qing/sheng-cheng-car-wen-jian.md)
{% endcontent-ref %}

{% content-ref url="/pages/s7wonWHm2oKrQ4o8FpHC" %}
[上传 CAR 文件到 IPFS](/swan-client/chuang-jian-ren-wu-liu-cheng/filecoin-jiao-yi-fa-song-yin-qing/shang-chuan-car-wen-jian-dao-ipfs.md)
{% endcontent-ref %}

{% content-ref url="/pages/hGjjohbOwIQngOlccfrb" %}
[创建任务](/swan-client/chuang-jian-ren-wu-liu-cheng/filecoin-jiao-yi-fa-song-yin-qing/chuang-jian-ren-wu.md)
{% endcontent-ref %}


---

# 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-cn.filswan.com/swan-client/chuang-jian-ren-wu-liu-cheng/filecoin-jiao-yi-fa-song-yin-qing.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.
