Smart Contracts
WAX smart contracts are on-chain programs deployed to accounts. They define actions, tables, validation rules, and business logic.
Common Responsibilities
- issue and manage tokens
- store and update application state
- control game, marketplace, or utility logic
- expose actions for apps and automation
WAX Builder Context
Contracts on WAX are commonly written in C++ using WAX CDT or compatible Antelope tooling. Contracts are tightly connected to account permissions, transaction authorization, and RAM usage.
