Simplicity is a minimal, deterministic, functional language built for Bitcoin’s trust model. It offers elegance over complexity, enabling powerful smart contracts without relying on a growing list of ad hoc opcodes.
The site is built on Material for MkDocs
Building
# Install dependencies
pip install -r requirements.txt
# Serve locally with hot reload
mkdocs serve
# Build for production
python -m mkdocs build