Show HN: Post Bitcoin transactions in one page of JS code (dev.blockcypher.com) |
Show HN: Post Bitcoin transactions in one page of JS code (dev.blockcypher.com) |
Includes websockets and webhooks to get notified on a variety of blockchain events.
The alternative is building the full binary transaction on your end, which involves selecting inputs, generating scripts, worrying about fees, etc. Implementing that is a week's project. Using an API is 5 min.
Hasn't BitCore already done that?
So using BlockCypher's API to do that is much more portable (you have ECDSA signature libs in most PLs) and avoids all the hassles of additional infrastructure.