cardano-transactions

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Cardano Transactions

Cardano 交易

Sign and submit Cardano transactions with explicit user confirmation.
在获得用户明确确认后,签名并提交Cardano交易。

Prerequisites

前提条件

  • @indigoprotocol/cardano-mcp
    server running
  • 运行中的
    @indigoprotocol/cardano-mcp
    服务器

MCP Tools

MCP 工具

  • submit_transaction
    — Sign and submit a Cardano transaction CBOR
  • submit_transaction
    — 签名并提交Cardano交易CBOR

When to use

使用场景

Use this skill when the user asks to:
  • Submit or send a Cardano transaction
  • Sign a transaction with their wallet
  • Broadcast a pre-built transaction
当用户提出以下需求时,使用此技能:
  • 提交或发送Cardano交易
  • 使用钱包签名交易
  • 广播预构建的交易

Safety model

安全模型

This tool is dangerous. Before calling
submit_transaction
:
  1. Summarize the transaction in plain English.
  2. Ask the user to explicitly confirm.
  3. Only proceed if the user says yes.
  4. Never submit a transaction automatically.
**此工具具有危险性。**在调用
submit_transaction
之前:
  1. 用通俗易懂的英文总结交易内容。
  2. 请求用户明确确认。
  3. 仅在用户同意后继续操作。
  4. 绝不要自动提交交易。

Data interpretation

数据说明

  • Input requires unsigned transaction CBOR (hex string).
  • Output includes
    transactionHash
    and
    timestamp
    on success.
  • The transaction is signed by the connected wallet's keys.
  • 输入需要未签名的交易CBOR(十六进制字符串)。
  • 成功时输出包含
    transactionHash
    timestamp
  • 交易由已连接钱包的密钥签名。