raw-transaction-hex-decoder
Version:
Decode BTC, ETH, XRP, BNB Raw Transactions HEX
44 lines (43 loc) • 973 B
JSON
{
"name": "raw-transaction-hex-decoder",
"version": "1.3.1",
"description": "Decode BTC, ETH, XRP, BNB Raw Transactions HEX",
"main": "index.js",
"scripts": {
"test": "jest -t"
},
"author": "anton",
"keywords": [
"btc",
"address",
"cryptocurrency",
"transactions",
"tx",
"binance",
"bnb",
"rawtx",
"blockchain",
"decode"
],
"license": "ISC",
"dependencies": {
"bech32": "^1.1.3",
"bitcoinjs-lib": "5.0.5",
"is_js": "^0.9.0",
"jest": "^24.8.0",
"protocol-buffers-encodings": "^1.1.0",
"safe-buffer": "^5.1.2"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/antoncoding/raw-transaction-hex-decoder.git"
},
"bugs": {
"url": "https://github.com/antoncoding/raw-transaction-hex-decoder/issues"
},
"homepage": "https://github.com/antoncoding/raw-transaction-hex-decoder#readme"
}