2 releases

0.2.4 Jan 16, 2024
0.2.2 Nov 4, 2021

#8 in #sapio

Download history 23/week @ 2024-01-14 18/week @ 2024-02-18 39/week @ 2024-02-25 11/week @ 2024-03-03 9/week @ 2024-03-10 2/week @ 2024-03-17 8/week @ 2024-03-24 50/week @ 2024-03-31

72 downloads per month
Used in 6 crates (2 directly)

MPL-2.0 license

14KB
233 lines

Sapio   Build Status

a framework for creating composable multi-transaction Bitcoin Smart Contracts.

Say hi to Jared

The root crate is a workspace for various Sapio Components such as:

  1. Sapio CLI: Easy to use interface for using and running sapio contracts.
  2. Sapio Language: Base Specification for Sapio Language and Contract Generation
  3. Plugin Example: Example Project for a Sapio Plugin
  4. Sapio Contrib: Contract modules / functionality made available for general use
  5. Plugin Framework: Library for bundling Sapio Plugins
  6. CTV Emulator: Emulation protocols and servers for CheckTemplateVerify.
  7. Sapio Front: Protocols for interacting with a compilation session
  8. Sapio Compiler Server: Binary for a websocket server running sapio-front

Getting Started

Please see the Designing Bitcoin Contracts with Sapio book to get going!

Dependencies

~1.5MB
~33K SLoC