multiversx-smart-contracts
✓Rust を使用して MultiversX スマート コントラクトを構築します。アプリでブロックチェーン ロジック、トークン作成、NFT ミント、ステーキング、クラウドファンディング、またはカスタム スマート コントラクトを必要とするオンチェーン機能が必要な場合に使用します。
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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/multiversx/mx-ai-skills