3

Has anyone experience using the Bitcore API for Escrow purposes with node.js?

I assume, you'd need to create a new a address, then somehow create a new transaction using the newly created address, the probe that address for it's balance until its fulfilled. I've had a look over the docs, but couldn't find anything. Currently you can run bitcoind on a server and connect to this using RPC, but I'd like to try using Bitcore instead but achieve the same result.

Thanks.

rjmacarthy
  • 235
  • 1
  • 11

1 Answers1

2

Great question!

I'd take a look at multi-sig construction in Bitcore, and pair this with bitcore-wallet-service. Some combination of these two items, with an agent to act as a signatory for a third key, would build a powerful escrow service in very short order.