UNPKG

ssv-scanner

Version:

Tool for retrieving events data (cluster snapshots and owner nonce) from the SSV network contract.

19 lines (18 loc) 399 B
{ "name": "ssv-scanner-example", "version": "0.0.1", "description": "", "scripts": { "start:js": "node example-js.js", "start": "ts-node example-typescript.ts" }, "author": "SSV.Network", "license": "ISC", "dependencies": { "ssv-scanner": "https://github.com/ssvlabs/ssv-scanner.git" }, "devDependencies": { "ts-node": "^10.8.2", "typescript": "^4.7.4" } }