From 243d390a9b2869af4c8cfc6eb734684986b20954 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 7 Aug 2018 14:46:19 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6cd024..bdb865b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Learning Bitcoin # +# Programming Bitcoind and Lightningd +## (Or: Programming with Bitcoin Core and Lightning) + +_This is a tutorial for working with Bitcoin (and Lightning) that teaches direct interact with the severs themselves, as the most robust and secure way to begin cryptocurrency work._ > NOTE: This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for use.