Basic Examples#
Basic Examples groups related pages inside Develop. Basic ErgoScript examples and P2S/multisig starters.
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 |
|---|---|
| Anyone-Can-Spend | The simplest form of ErgoScript is a single boolean predicate. |
| No-One-Can-Spend | In contrast to the previous examples, ErgoScript can also create programs at the opposite end of the flexibility spectrum that always evaluate to false. |
| Public Keys | ErgoScript, the smart contract language in Ergo, allows for the creation of scripts that can be spent by specific individuals, thereby increasing its practical utility. |
| Create a P2S Address | With ErgoScript, you can create basic applications using the pay-to-script (P2S) address compiler available at wallet.plutomonkey.com/p2s. |
| Multi-Signature | Unspent Transaction Outputs (UTXOs) are known for their scalability and reduced error rates. |