forked from emerteroglu/evm-contract-sniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md
24 lines (21 loc) · 1.46 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[](https://github.com/whonion/js-sniffer-deployed-contracts/blob/main/) [](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/test.yml) [](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/build.yml)    [](https://hits.dwyl.com/whonion/js-sniffer-deployed-contracts)</br>
## JS Sniffer deployed contracts
This script outputs address,tiker etc. of every new contract deployed on the EVM-based chains.
`main.ts` preview <br><br>
### Install `Node.js`
```sh
sudo apt install git
sudo apt install nodejs
sudo apt install npm
node -v
npm -v
```
### Clone repo and install dependencies
```sh
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
```