miniscript-workshop icon indicating copy to clipboard operation
miniscript-workshop copied to clipboard

Miniscript workshop code for Advancing Bitcoin 2020 (and perhaps later conferences)

Advancing Bitcoin 2020 Miniscript Workshop

This repo contains some example programs to be recreated and edited during the Miniscript workshop during Advancing Bitcoin 2020.

Useful links:

To run things specify the binary like

cargo run --bin types

Rough plan:

  1. Introductory stuff (parsing scripts, using the datatypes)
  2. Encoding to/from Bitcoin Script
  3. Satisfying
  4. Lifting to abstract ("semantic") policies
  5. Compiling from concrete policies
  6. PSBT (?)
  7. Executing scripts (?)