Language Basics#
Language Basics groups related pages inside Develop. ErgoScript syntax, P2S, context, and language fundamentals.
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 |
|---|---|
| P2S Addresses | With ErgoScript, you can create basic applications using the pay-to-script (P2S) address compiler available at wallet.plutomonkey.com/p2s. |
| Contracts | See also: Contracts & Patterns Library |
| Syntax | ErgoScript is a strongly typed language designed specifically for the Ergo blockchain, enabling the creation of secure and efficient smart contracts. |
| SigmaBoolean Type | SigmaBoolean is a crucial data type in ErgoScript that represents propositions proven using Sigma protocols. |
| Blockchain Context | The Blockchain Context represents data taken from the transaction and the state of the blockchain. |
| Context Variables | ErgoScript provides the capability to create intricate programs with predicates that are context-dependent. |