Skip to content

Commit a6feec3

Browse files
committed
Source layout
1 parent 335829d commit a6feec3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
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)).
9+
* The project website ([.html](index.html)).

0 commit comments

Comments
 (0)