UNPKG

solana-listen-transactions

Version:

Real-time DEX transaction tracking library

17 lines (16 loc) 454 B
{ "name": "solana-listen-transactions", "version": "1.0.3", "description": "Real-time DEX transaction tracking library", "keywords": ["solana", "sol", "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" } }