diff options
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 |
commit | 1164a0447a5bbadff5b7445343f84e6191b23b36 (patch) | |
tree | 33d92f030f60ec47175a32440b59b29cd64f1e7f | |
download | programmingbitcoin-1164a0447a5bbadff5b7445343f84e6191b23b36.tar.gz programmingbitcoin-1164a0447a5bbadff5b7445343f84e6191b23b36.tar.bz2 programmingbitcoin-1164a0447a5bbadff5b7445343f84e6191b23b36.zip |
Start
-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. |