Skip to main content

Contract-Call Primitive

Definition

A contract-call primitive is a fundamental operation within a blockchain’s virtual machine that enables one smart contract to interact with another. This basic function permits contracts to execute logic, send value, or request data from other deployed contracts. It forms the foundational layer for building complex decentralized applications and inter-contract communication.