·multiversx-cross-contract-calls
!

multiversx-cross-contract-calls

Make cross-contract calls in MultiversX smart contracts. Use when calling another contract, handling callbacks, managing back-transfers, using typed proxies, or sending tokens via the Tx builder API (.tx().to()).

5Installs·0Trend·@multiversx

Installation

$npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-cross-contract-calls

How to Install multiversx-cross-contract-calls

Quickly install multiversx-cross-contract-calls AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-cross-contract-calls
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: multiversx/mx-ai-skills.

SKILL.md

View raw

Complete reference for cross-contract calls, callbacks, back-transfers, and proxies in MultiversX smart contracts (SDK v0.64+).

Every cross-contract interaction starts with self.tx() and chains builder methods:

| Target | .to(address) | Set recipient address | | Proxy | .typed(ProxyType) | Use generated proxy for type-safe calls | | Raw | .rawcall("endpoint") | Manual endpoint call (no proxy) | | Payment | .egld(&amount) | Attach EGLD | | | .singleesdt(&tokenid, nonce, &amount) | Attach single ESDT | | | .esdt(esdtpayment) | Attach EsdtTokenPayment |

Make cross-contract calls in MultiversX smart contracts. Use when calling another contract, handling callbacks, managing back-transfers, using typed proxies, or sending tokens via the Tx builder API (.tx().to()). Source: multiversx/mx-ai-skills.

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-cross-contract-calls
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from multiversx/mx-ai-skills

Quick answers

What is multiversx-cross-contract-calls?

Make cross-contract calls in MultiversX smart contracts. Use when calling another contract, handling callbacks, managing back-transfers, using typed proxies, or sending tokens via the Tx builder API (.tx().to()). Source: multiversx/mx-ai-skills.

How do I install multiversx-cross-contract-calls?

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-cross-contract-calls Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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