From a6feec39a0f145f6bcb3868a9b684cb9b31cca1b Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 19 Aug 2019 14:34:35 -0700 Subject: [PATCH] Source layout --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 068933b..d1cffca 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -Go to [the website](http://bitcoin.sipa.be/miniscript/). \ No newline at end of file +Go to [the Miniscript website](http://bitcoin.sipa.be/miniscript/). + +This repository contains a C++ implementation of Miniscript and a number of +related things: +* The core Miniscript module ([cpp](bitcoin/script/miniscript.cpp), [h](bitcoin/script/miniscript.h)) together with a number of [dependencies](bitcoin/) based on + the Bitcoin Core source code. +* A policy to Miniscript compiler ([cpp](compiler.cpp), [h](compiler.h)). +* Javascript wrappers for the website ([cpp](js_bindings.cpp)). +* The project website ([.html](index.html)).