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.