xdc-txn-status-checker
Version:
A library to check the transaction status on XDC network
30 lines • 750 B
JSON
{
"name": "xdc-txn-status-checker",
"version": "1.0.0",
"description": "A library to check the transaction status on XDC network",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jurjees23/xdc-txn-status-checker.git"
},
"keywords": [
"XDC",
"Status",
"mainnet",
"transaction",
"hash",
"apothem"
],
"author": "Jurjees Ahamed S",
"license": "MIT",
"bugs": {
"url": "https://github.com/jurjees23/xdc-txn-status-checker/issues"
},
"homepage": "https://github.com/jurjees23/xdc-txn-status-checker#readme",
"dependencies": {
"web3": "^1.8.1"
}
}