bsc-listen-transactions
Version:
Real-time base transaction tracking library
17 lines (16 loc) • 443 B
JSON
{
"name": "bsc-listen-transactions",
"version": "1.0.3",
"description": "Real-time base transaction tracking library",
"keywords": ["base", "transactions", "trades", "dex", "trading", "blockchain", "websocket"],
"main": "dex-tracker.js",
"scripts": {
"start": "node example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.13.0"
}
}