↧
Bitcore ZCash addresses conversion to t-address
I have an issue while creating simple zcash address: I am using the following network params: const bc = require("bitcore-lib") const zcashNetwork = { name: 'livenet', alias: 'mainnet', ... }; const...
View ArticleBitcore explorer insight testnet initialisation
I am using bitcore explorer and I want to initialize insight api in testnet. It has the following code. I try var insight = new Insight('testnet') but it is not working. What value for url should i...
View Article