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.
 
 
 
 
Pieter Wuille e1ce5fd550 Update website for recent changes 5 years ago
bitcoin Add alias pkh(K) = c:pk_h(K) 5 years ago
Makefile Initial commit 5 years ago
README.md Source layout 5 years ago
blockstream.png Cleanups 5 years ago
compiler.cpp Rename pk->pk_k, thresh_m->multi 5 years ago
compiler.h Make ToString fallible 5 years ago
index.html Update website for recent changes 5 years ago
js_bindings.cpp Rename pk->pk_k, thresh_m->multi 5 years ago
main.cpp Avoid C++14 ism 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).