From 9172ca689776296ef82a743d073492d70727f875 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Wed, 28 Jun 2017 11:58:01 -0700 Subject: [PATCH] Update 12_5_Accessing_Bitcoind_with_Other_Languages.md --- 12_5_Accessing_Bitcoind_with_Other_Languages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/12_5_Accessing_Bitcoind_with_Other_Languages.md b/12_5_Accessing_Bitcoind_with_Other_Languages.md index 9323c08..6436a99 100644 --- a/12_5_Accessing_Bitcoind_with_Other_Languages.md +++ b/12_5_Accessing_Bitcoind_with_Other_Languages.md @@ -5,6 +5,8 @@ [[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