web3/concepts/smart-contracts.md

10 lines
253 B
Markdown

# Smart Contracts
A unit of programmable logic that is stored on a [blockchain](blockchain.md) and executed as part of a [consensus-algorithm](consensus-algorithm.md).
## Examples
* ERC20
* [dao](dao.md)
* [ico](ico.md)
* [AMM](AMM.md)
* [DEX](DEX.md)