bitcoin-tx-hex-to-json
Version:
Convert a raw Bitcoin transaction in hex format to common-blockchain compatible JSON.
35 lines (34 loc) • 806 B
JSON
{
"name": "bitcoin-tx-hex-to-json",
"version": "1.2.0",
"description": "Convert a raw Bitcoin transaction in hex format to common-blockchain compatible JSON.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockai/bitcoin-tx-hex-to-json.git"
},
"keywords": [
"bitcoin",
"txhex",
"common-blockchain",
"json",
"transaction",
"hex"
],
"author": "William Cotton",
"license": "ISC",
"bugs": {
"url": "https://github.com/blockai/bitcoin-tx-hex-to-json/issues"
},
"homepage": "https://github.com/blockai/bitcoin-tx-hex-to-json#readme",
"devDependencies": {
"tape": "^4.2.2"
},
"dependencies": {
"bitcoinjs-lib": "^1.5.7",
"bs58check": "^1.0.6"
}
}