From f364f5facc2c9797db63b965668663a6c21e486c Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 10 Jun 2020 13:07:51 -1000 Subject: [PATCH] Update 18_3_Accessing_Bitcoind_with_NodeJS.md --- 18_3_Accessing_Bitcoind_with_NodeJS.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/18_3_Accessing_Bitcoind_with_NodeJS.md b/18_3_Accessing_Bitcoind_with_NodeJS.md index e201f51..e536aab 100644 --- a/18_3_Accessing_Bitcoind_with_NodeJS.md +++ b/18_3_Accessing_Bitcoind_with_NodeJS.md @@ -1,14 +1,7 @@ -# 12.5: Accessing Bitcoind with Other Languages +# 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. -[[REVISE TO BE ABOUT MULTIPLE LANGUAGES]] -[[GIVE EXTENSIVE DETAILS FOR NODE, AND LIST SOME OTHERS]] - -Here's the master list: [many other options](https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)) - -Accessing the `bitcoind` doesn't require `curl`. All you need is simple RPC functionality. That's what's provided by [BCRPC](https://github.com/dgarage/bcrpc) by kallewoof of Digital Garage. - ## 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.