Skip to content

Data & Functions#

Data & Functions groups related pages inside Develop. Boxes, registers, stored data, code blocks, and reusable functions.

The table links to the next useful page or sub-hub, keeping the sidebar staged instead of fully expanded.

Map#

Page What you'll find
Boxes and Registers In ErgoScript, a 'box' is akin to a more versatile version of what a UTXO (Unspent Transaction Output) represents in Bitcoin and many other cryptocurrencies.
Box Structure In Ergo's ecosystem, the term 'box' is more than just an unspent transaction output balance.
Storing Data ErgoScript, the language used in the Ergo blockchain, provides two primary methods for data storage.
Code Blocks When using multiple lines in ErgoScript, the lines must be contained within a code-block, which is enclosed in braces {}.
Global Functions There are a variety of global functions available for use in ErgoScript.
Reusable Functions Guidance for factoring and reusing ErgoScript logic.
Functional Programming Functional programming is a significant part of ErgoScript's capabilities.