Smart Contracts
📄️ Overview
This section provides an overview of Stellar contracts, outlining their key concepts of smart contracts on the Stellar network.
📄️ Contract Rust Dialect
Differences between Soroban Rust and typical Rust programming.
📄️ Conceptos del entorno
La interfaz que define los objetos, funciones y datos disponibles para los contratos inteligentes.
🗃️ Interacciones de Contratos
5 elementos
🗃️ Tipos
3 elementos
🗃️ Almacenamiento
2 elementos
📄️ Events
Monitor off-chain smart contract changes.
📄️ Authorization
Authorization is the process of judging which operations "should" or "should not" be allowed to occur; it is about judging permission.
🗃️ Errores y Depuración
3 elementos
📄️ Ciclo de vida del contrato
El proceso de desarrollar, desplegar y mantener contratos inteligentes.