Skip to content

Commit

Permalink
♻ fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
whonion committed Dec 22, 2023
1 parent 649c4b6 commit 4351f94
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 639 deletions.
Binary file modified .github/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Status](https://img.shields.io/badge/status-active-success.svg)](https://github.com/whonion/js-sniffer-deployed-contracts/blob/main/) [![Test Run](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/test.yml/badge.svg)](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/test.yml) [![Build TS](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/build.yml/badge.svg)](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/build.yml) ![Node Version](https://img.shields.io/badge/Node.js-20.5.1-blue.svg) ![Ethers Version](https://img.shields.io/badge/ethers-5.70-red.svg) ![Axios Version](https://img.shields.io/badge/axios-0.27.2-orange.svg) [![HitCount](https://hits.dwyl.com/whonion/js-sniffer-deployed-contracts.svg)](https://hits.dwyl.com/whonion/js-sniffer-deployed-contracts)</br>
[![Status](https://img.shields.io/badge/status-active-success.svg)](https://github.com/whonion/js-sniffer-deployed-contracts/blob/main/) [![Build TS](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/build.yml/badge.svg)](https://github.com/whonion/js-sniffer-deployed-contracts/actions/workflows/build.yml) ![Node Version](https://img.shields.io/badge/Node.js-20.5.1-blue.svg) ![Ethers Version](https://img.shields.io/badge/ethers-5.70-red.svg) ![Axios Version](https://img.shields.io/badge/axios-0.27.2-orange.svg) [![HitCount](https://hits.dwyl.com/whonion/js-sniffer-deployed-contracts.svg)](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.js` preview <br>![js-sniffer-deployed-contracts](https://github.com/whonion/js-sniffer-deployed-contracts/blob/main/.github/preview.png?raw=true)<br>
`main.ts` preview <br>![js-sniffer-deployed-contracts](https://github.com/whonion/js-sniffer-deployed-contracts/blob/main/.github/preview.png?raw=true)<br>
### Install `Node.js`
```sh
Expand All @@ -18,5 +18,7 @@ npm -v
git clone https://github.com/whonion/js-sniffer-deployed-contracts.git
cd js-sniffer-deployed-contracts
npm i
node main.js
npm i -g typescript
npm i -g ts-node
npm run start
```
Loading

0 comments on commit 4351f94

Please sign in to comment.