Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Simplicity

Simplicity is a blockchain programming language designed as an alternative to Bitcoin script.
> [!IMPORTANT]
> The Simplicity language and implementation are still under development.

The language and implementation is still under development.
[Simplicity](https://simplicity-lang.org/) is a blockchain programming language designed as an alternative to Bitcoin script.

It is a low-level, typed functional language designed to be a drop-in alternative
for Bitcoin's [Tapscript](https://github.com/bitcoin/bips/blob/master/bip-0342.mediawiki).
It offers static resource bounds and has a formal specification (in Rocq) which allows the
creation of machine-checkable proofs of program behavior.

It is currently deployed on Blockstream's [Liquid](https://liquid.net), which is a sidechain resembling Bitcoin
in many ways; but which differs in many Script-relevant ways (e.g. supporting multiple
assets and using Confidential Transactions).

This repo is the core Haskell and C implementation of Simplicity (AKA libSimplicity).

If you are simply looking to develop with the
language, you may wish to use [SimplicityHL](https://github.com/BlockstreamResearch/simplicityhl), or [rust-simplicity](https://github.com/BlockstreamResearch/rust-simplicity)
instead.

## Contents

Expand Down
Loading