nadcab-labs-crypto-api
Version:
A unified JavaScript library to interact with Ethereum-compatible blockchains and Tron using a simplified API.
25 lines (24 loc) • 553 B
JSON
{
"name": "nadcab-labs-crypto-api",
"version": "1.0.6",
"description": "A unified JavaScript library to interact with Ethereum-compatible blockchains and Tron using a simplified API.",
"main": "index.js",
"author": "Nadcab Labs",
"license": "MIT",
"keywords": [
"nadcab",
"nadcablabs",
"cryptoapi",
"tronapi",
"eth-address",
"get-txn",
"crypto-txn-api"
],
"dependencies": {
"web3": "^1.5.2",
"tronweb": "^2.5.10",
"axios": "^0.21.1",
"express": "^4.17.1",
"body-parser": "^1.19.0"
}
}