You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to [the website](http://bitcoin.sipa.be/miniscript/).
1
+
Go to [the Miniscript website](http://bitcoin.sipa.be/miniscript/).
2
+
3
+
This repository contains a C++ implementation of Miniscript and a number of
4
+
related things:
5
+
* The core Miniscript module ([cpp](bitcoin/script/miniscript.cpp), [h](bitcoin/script/miniscript.h)) together with a number of [dependencies](bitcoin/) based on
6
+
the Bitcoin Core source code.
7
+
* A policy to Miniscript compiler ([cpp](compiler.cpp), [h](compiler.h)).
8
+
* Javascript wrappers for the website ([cpp](js_bindings.cpp)).
0 commit comments