This commit is contained in:
Gautham Ganesh Elango 2020-06-25 14:15:56 +10:00
parent b49fc22895
commit 3c14e11745
No known key found for this signature in database
GPG Key ID: 420E32E35B3FDBA2

View File

@ -1,4 +1,4 @@
# 18.1: Accessing Bitcoind with NodeJS
# 18.1: Accessing Bitcoind with Go
## Set up Go
@ -334,4 +334,4 @@ This prints out the details associated with a transaction, such as its amount an
## Summary: Accessing Bitcoind with Node
Although the btcd rpcclient is quite limited, we can still perform a lot of the main rpc commands in Go.
Although the btcd rpcclient is quite limited, we can still perform a lot of the main rpc commands in Go.