How to communicate with encrypted bitcoin wallet using bitcoin-core in NodeJS

0

I have a full node running in my local system and I am using this library named bitcoin-core to communicate with the bitcoind server. Now I have encrypted my wallet with a passphrase so I understand that for making transactions I need to have a passphrase. I am not sure what changes do I need to do for that in the library?

Can someone help me with this please?

Paras

Posted 2019-05-23T07:12:03.070

Reputation: 161

No answers