cardano-transactions
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCardano Transactions
Cardano 交易
Sign and submit Cardano transactions with explicit user confirmation.
在获得用户明确确认后,签名并提交Cardano交易。
Prerequisites
前提条件
- server running
@indigoprotocol/cardano-mcp
- 运行中的服务器
@indigoprotocol/cardano-mcp
MCP Tools
MCP 工具
- — Sign and submit a Cardano transaction CBOR
submit_transaction
- — 签名并提交Cardano交易CBOR
submit_transaction
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- Summarize the transaction in plain English.
- Ask the user to explicitly confirm.
- Only proceed if the user says yes.
- Never submit a transaction automatically.
**此工具具有危险性。**在调用之前:
submit_transaction- 用通俗易懂的英文总结交易内容。
- 请求用户明确确认。
- 仅在用户同意后继续操作。
- 绝不要自动提交交易。
Data interpretation
数据说明
- Input requires unsigned transaction CBOR (hex string).
- Output includes and
transactionHashon success.timestamp - The transaction is signed by the connected wallet's keys.
- 输入需要未签名的交易CBOR(十六进制字符串)。
- 成功时输出包含和
transactionHash。timestamp - 交易由已连接钱包的密钥签名。