multiversx-cross-contract-calls이란?
MultiversX 스마트 계약에서 교차 계약 호출을 수행합니다. 다른 계약을 호출하거나, 콜백을 처리하거나, 역전송을 관리하거나, 유형이 지정된 프록시를 사용하거나, Tx 빌더 API(.tx().to())를 통해 토큰을 보낼 때 사용합니다. 출처: multiversx/mx-ai-skills.
MultiversX 스마트 계약에서 교차 계약 호출을 수행합니다. 다른 계약을 호출하거나, 콜백을 처리하거나, 역전송을 관리하거나, 유형이 지정된 프록시를 사용하거나, Tx 빌더 API(.tx().to())를 통해 토큰을 보낼 때 사용합니다.
명령줄에서 multiversx-cross-contract-calls AI 스킬을 개발 환경에 빠르게 설치
출처: multiversx/mx-ai-skills.
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 |
MultiversX 스마트 계약에서 교차 계약 호출을 수행합니다. 다른 계약을 호출하거나, 콜백을 처리하거나, 역전송을 관리하거나, 유형이 지정된 프록시를 사용하거나, Tx 빌더 API(.tx().to())를 통해 토큰을 보낼 때 사용합니다. 출처: multiversx/mx-ai-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-cross-contract-callsMultiversX 스마트 계약에서 교차 계약 호출을 수행합니다. 다른 계약을 호출하거나, 콜백을 처리하거나, 역전송을 관리하거나, 유형이 지정된 프록시를 사용하거나, Tx 빌더 API(.tx().to())를 통해 토큰을 보낼 때 사용합니다. 출처: multiversx/mx-ai-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-cross-contract-calls 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/multiversx/mx-ai-skills