·implement-arc-standards
!

implement-arc-standards

在智能合约和客户端中实施 Algorand ARC 标准。当需要了解 ARC-4 ABI 编码或方法签名、使用应用程序规范(ARC-32 或 ARC-56)、从合约或客户端调用 ARC-4 方法、遇到 ABI 编码/解码问题或从应用程序规范生成类型化客户端时使用。强触发器包括“什么是 ARC-4?”、“如何编码 ABI 参数?”、“ARC-32 和 ARC-56 之间有什么区别?”、“方法选择器不匹配”、“应用程序规范”、“arc56.json”。

5安装·0热度·@algorand-devrel

安装

$npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill implement-arc-standards

如何安装 implement-arc-standards

通过命令行快速安装 implement-arc-standards AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill implement-arc-standards
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:algorand-devrel/algorand-agent-skills。

SKILL.md

查看原文

ARC (Algorand Request for Comments) standards define conventions for encoding, method calls, and application specifications on Algorand. This skill covers the most essential ARCs for smart contract development.

| ARC-4 | Application Binary Interface (ABI) | All smart contract method calls, type encoding | | ARC-22 | Read-only method annotation | Methods that don't modify state | | ARC-28 | Event logging specification | Emitting structured events | | ARC-32 | Application Specification (deprecated) | Legacy app specs (use ARC-56 instead) |

| ARC-56 | Extended App Description | Modern app specs with full contract metadata |

在智能合约和客户端中实施 Algorand ARC 标准。当需要了解 ARC-4 ABI 编码或方法签名、使用应用程序规范(ARC-32 或 ARC-56)、从合约或客户端调用 ARC-4 方法、遇到 ABI 编码/解码问题或从应用程序规范生成类型化客户端时使用。强触发器包括“什么是 ARC-4?”、“如何编码 ABI 参数?”、“ARC-32 和 ARC-56 之间有什么区别?”、“方法选择器不匹配”、“应用程序规范”、“arc56.json”。 来源:algorand-devrel/algorand-agent-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill implement-arc-standards
分类
!安全工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from algorand-devrel/algorand-agent-skills

快速解答

什么是 implement-arc-standards?

在智能合约和客户端中实施 Algorand ARC 标准。当需要了解 ARC-4 ABI 编码或方法签名、使用应用程序规范(ARC-32 或 ARC-56)、从合约或客户端调用 ARC-4 方法、遇到 ABI 编码/解码问题或从应用程序规范生成类型化客户端时使用。强触发器包括“什么是 ARC-4?”、“如何编码 ABI 参数?”、“ARC-32 和 ARC-56 之间有什么区别?”、“方法选择器不匹配”、“应用程序规范”、“arc56.json”。 来源:algorand-devrel/algorand-agent-skills。

如何安装 implement-arc-standards?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill implement-arc-standards 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/algorand-devrel/algorand-agent-skills