From 1f7436fc13ff3288b115d5c51ba2746a727d35c9 Mon Sep 17 00:00:00 2001 From: Gautham Ganesh Elango Date: Thu, 25 Jun 2020 10:34:17 +1000 Subject: [PATCH] Node.js --- 18_3_Accessing_Bitcoind_with_NodeJS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/18_3_Accessing_Bitcoind_with_NodeJS.md b/18_3_Accessing_Bitcoind_with_NodeJS.md index 47a8a6c..0926ce4 100644 --- a/18_3_Accessing_Bitcoind_with_NodeJS.md +++ b/18_3_Accessing_Bitcoind_with_NodeJS.md @@ -1,7 +1,5 @@ # 18.3: Accessing Bitcoind with NodeJS -> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. - ## Set Up Node.js BCRPC is built on node.js. Thus, you'll first need to install the `node.js` and `npm` (node package manager) packages for your system.