Minercraft is a JavaScript library for effortlessly interacting with Bitcoin Miner APIs. Currently supporting the beta version of the Merchant API.
Minercraft works both on the server as well as inside a browser.
What it does
Miner merchant APIs must follow the BRFC spec at https://github.com/bitcoin-sv/merchantapi-reference
- Get fee rates from a miner
- Calculate fee from a raw transaction
- Query the status of a single transaction
- Push a transaction to a miner
Miners
The bitcoin miners currently providing the merchant API beta endpoints are:
- Matterpool: https://matterpool.io
- Mempool: https://mempool.com
- TAAL: https://taal.com
- YOU CAN TOO! (Please give a heads up to @_unwriter when you implement the API)