You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Bitcoin Hodler 9bd38fb6d2
Fix typo in index.html
5 years ago
bitcoin Fixes 5 years ago
Makefile Initial commit 5 years ago
README.md Source layout 5 years ago
blockstream.png Cleanups 5 years ago
compiler.cpp Add support for thresh policy with k=1 or k=n 5 years ago
compiler.h Context-dependent script generation + fancy disassembly 5 years ago
index.html Fix typo in index.html 5 years ago
js_bindings.cpp WIP 5 years ago
main.cpp Context-dependent script generation + fancy disassembly 5 years ago
style.css Initial commit 5 years ago
test.gram Initial commit 5 years ago
wrapper.dot Initial commit 5 years ago
wrapper.pdf Initial commit 5 years ago
wrapper.txt Initial commit 5 years ago

README.md

Go to the Miniscript website.

This repository contains a C++ implementation of Miniscript and a number of related things:

  • The core Miniscript module (cpp, h) together with a number of dependencies based on the Bitcoin Core source code.
  • A policy to Miniscript compiler (cpp, h).
  • Javascript wrappers for the website (cpp).
  • The project website (.html).