diff options
-rw-r--r-- | readme.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.org b/readme.org new file mode 100644 index 0000000..f6fc0d7 --- /dev/null +++ b/readme.org @@ -0,0 +1,5 @@ +#+title: Programing bitcoin + +This repository is for learning purposes. Goal is to learn about Bitcoin +and Haskell. It is not a bitcoin library in Haskell. It is based on solving +the problems found in the book [[https://www.oreilly.com/library/view/programming-bitcoin/9781492031482/][Programming Bitcoin]] by Jimmy Song. |