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