whonion / js-sniffer-deployed-contracts

Script for analyzing deployed contracts in EVM-based chains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Test Run Build TS Node Version Ethers Version Axios Version HitCount

JS Sniffer deployed contracts

This script outputs address,tiker etc. of every new contract deployed on the EVM-based chains.

main.ts preview
js-sniffer-deployed-contracts

Install Node.js

sudo apt install git
sudo apt install nodejs
sudo apt install npm
node -v
npm -v

Clone repo and install dependencies

git clone https://github.com/whonion/js-sniffer-deployed-contracts.git
cd js-sniffer-deployed-contracts
npm i
npm i -g typescript
npm i -g ts-node
npm run start

About

Script for analyzing deployed contracts in EVM-based chains


Languages

Language:TypeScript 100.0%