> ## Documentation Index
> Fetch the complete documentation index at: https://manuals.cobo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 如何与 dApp 交互

> 了解如何通过 Cobo Connect 和 WaaS 2.0 API 使用钱包与 dApp 交互。

当前，你可以通过以下两种方式让 Cobo 钱包与 dApp 交互：

<table className="four-columns">
  <thead>
    <tr>
      <th>交互方式</th>
      <th>参考文档</th>
      <th>支持的链</th>
      <th>支持的钱包类型</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Cobo WaaS 2.0 API</td>

      <td>
        <a href="https://www.cobo.com/developers/v2/api-references/transactions/call-smart-contract">通过调用智能合约接口与 dApp 交互</a>
      </td>

      <td>EVM、Solana</td>
      <td>全托管钱包（Web3 钱包）、MPC 钱包</td>
    </tr>

    <tr>
      <td>Cobo Connect 插件</td>

      <td>
        <a href="/cn/cobo-connect/interact-with-dapps">通过 Cobo Connect 与 dApp 交互</a>
      </td>

      <td>EVM</td>
      <td>全托管钱包（Web3 钱包）、MPC 钱包</td>
    </tr>
  </tbody>
</table>
