·multiversx-smart-contracts
!

multiversx-smart-contracts

multiversx/mx-ai-skills

使用 Rust 构建 MultiversX 智能合约。当应用程序需要区块链逻辑、代币创建、NFT 铸造、质押、众筹或任何需要自定义智能合约的链上功能时使用。

15安装·2热度·@multiversx

安装

$npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-smart-contracts

SKILL.md

Build, test, and deploy MultiversX smart contracts using Rust, sc-meta, and mxpy.

| #[multiversxsc::contract] | Marks trait as main contract (one per crate) | | #[multiversxsc::module] | Marks trait as reusable module | | #[multiversxsc::proxy] | Creates proxy for calling other contracts |

| #[init] | Constructor, called on deploy | | #[upgrade] | Called when contract is upgraded | | #[endpoint] | Public callable method | | #[view] | Read-only public method | | #[endpoint(customName)] | Endpoint with custom ABI name | | #[view(customName)] | View with custom ABI name |

使用 Rust 构建 MultiversX 智能合约。当应用程序需要区块链逻辑、代币创建、NFT 铸造、质押、众筹或任何需要自定义智能合约的链上功能时使用。 来源:multiversx/mx-ai-skills。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-smart-contracts
分类
!安全工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 multiversx-smart-contracts?

使用 Rust 构建 MultiversX 智能合约。当应用程序需要区块链逻辑、代币创建、NFT 铸造、质押、众筹或任何需要自定义智能合约的链上功能时使用。 来源:multiversx/mx-ai-skills。

如何安装 multiversx-smart-contracts?

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

这个 Skill 的源码在哪?

https://github.com/multiversx/mx-ai-skills