Update and rename 12_4_Accessing_Bitcoind_with_Node.md to 12_5_Accessing_Bitcoind_with_Other_Languages

This commit is contained in:
Shannon Appelcline 2017-06-28 11:50:08 -07:00 committed by GitHub
parent b3c980e2bf
commit 78a3c6018e

View File

@ -1,7 +1,10 @@
# 12.4: Accessing Bitcoind with Node # 12.5: Accessing Bitcoind with Other Languages
> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. > **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]]
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