Update 12_5_Accessing_Bitcoind_with_Other_Languages.md

This commit is contained in:
Shannon Appelcline 2017-06-28 11:58:01 -07:00 committed by GitHub
parent f00307d6d0
commit 9172ca6897

View File

@ -5,6 +5,8 @@
[[REVISE TO BE ABOUT MULTIPLE LANGUAGES]] [[REVISE TO BE ABOUT MULTIPLE LANGUAGES]]
[[GIVE EXTENSIVE DETAILS FOR NODE, AND LIST SOME OTHERS]] [[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. 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 ## Set Up Node.js