aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-04-02 17:27:03 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-04-02 17:27:03 +0200
commit1164a0447a5bbadff5b7445343f84e6191b23b36 (patch)
tree33d92f030f60ec47175a32440b59b29cd64f1e7f
downloadprogrammingbitcoin-1164a0447a5bbadff5b7445343f84e6191b23b36.tar.gz
programmingbitcoin-1164a0447a5bbadff5b7445343f84e6191b23b36.tar.bz2
programmingbitcoin-1164a0447a5bbadff5b7445343f84e6191b23b36.zip
Start
-rw-r--r--readme.org5
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.