mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	Update and rename 12_4_Accessing_Bitcoind_with_Node.md to 12_5_Accessing_Bitcoind_with_Other_Languages
This commit is contained in:
		
							parent
							
								
									b3c980e2bf
								
							
						
					
					
						commit
						78a3c6018e
					
				| @ -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 | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user