check-ethereum-scanner
Version:
Safety checks for new Ethereum tokens
15 lines (14 loc) • 358 B
JSON
{
"name": "ethereum-renounced-ownership-tracker",
"version": "1.0.0",
"description": "A script to track ownership renounced events on the Ethereum blockchain. Created by @therealgonku",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "gurtymcburty",
"license": "ISC",
"dependencies": {
"web3": "^1.6.0"
}
}