·multiversx-smart-contracts
!

multiversx-smart-contracts

multiversx/mx-ai-skills

Build MultiversX smart contracts with Rust. Use when app needs blockchain logic, token creation, NFT minting, staking, crowdfunding, or any on-chain functionality requiring custom smart contracts.

15Installs·2Trend·@multiversx

Installation

$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 |

Build MultiversX smart contracts with Rust. Use when app needs blockchain logic, token creation, NFT minting, staking, crowdfunding, or any on-chain functionality requiring custom smart contracts. Source: multiversx/mx-ai-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-smart-contracts
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is multiversx-smart-contracts?

Build MultiversX smart contracts with Rust. Use when app needs blockchain logic, token creation, NFT minting, staking, crowdfunding, or any on-chain functionality requiring custom smart contracts. Source: multiversx/mx-ai-skills.

How do I install multiversx-smart-contracts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-smart-contracts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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