Mastering Bitcoin is a book for developers, although the first two chapters cover bitcoin at a level that is also approachable to non-programmers. Anyone with a basic understanding of technology can read the first two chapters to get a great understanding of bitcoin.
https://www.amazon.com/Mastering-Bitcoin-Programming-Open-Blockchain/dp/1491954388
-
https://testnet.blockchain.info/tx/<tx_hash>?format=hex
-
https://testnet.blockchain.info/tx/<tx_hash>?format=json
-
https://api.blockcypher.com/v1/btc/test3/txs/<tx_hash>?includeHex=true
{ "fastestFee": 40, "halfHourFee": 20, "hourFee": 10 }
- bitcoin-ruby This is a ruby library for interacting with the bitcoin protocol/network.
- money-tree) BIP32 A Ruby implementation of Bitcoin HD Wallets (Hierarchical Deterministic.
- katapaty A ruby gem for communicating with a Counterparty (BTC/ XCP) API server
- insight-ruby Ruby wrapper for insight.bitpay.com API