Skip to content

Scanning all pairs built with Uniswap V2 on various networks and Dex

Notifications You must be signed in to change notification settings

mazilin1225/UniswapV2_Pair_Scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniswap V2 Pair Scanner

Compatible with various networks and Dex

N|Solid

Uniswap V2 Pair Scanner is public open-source project for getting live information of millions of cryptocurrencies working on EVM-Compatible networks (Ethereum, Binance Smart Chain, Polyon, AVAX and so on).

Features

  • Scan all pairs on any DEX built in EVM networks
  • Get most-updated price of any digital asset
  • ✨Linked to MongoDB Cloud✨

Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As [John Gruber] writes on the Markdown site

The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.

Tech

Uniswap V2 Pair Scanner uses a number of open source projects to work properly:

  • Uniswap-V2 - Swap, earn, and build on the leading decentralized crypto trading protocol
  • BSCScan - HTML enhanced for web apps!
  • Web3.js - awesome web-based text editor
  • node.js - evented I/O for the backend
  • MongoDB - source-available cross-platform document-oriented database program

And of course Uniswap V2 Pair Scanner itself is open source with a public repository on GitHub.

Installation

This requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

cd UniswapV2_Pair_Scanner
npm i
npm start

How to use this?

UniswapV2_Pair_Scanner has several features built-in with scripts.

Update latest pairs:

npm start
npm start 19500
-- update from pair id is bigger than 19500 --

update from pair id is bigger than 19,500:

npm start 19500

Update most hot pairs its locked value is larger than million dollars:

npm run update-top

Update most hot pairs its locked value is larger than million 150,000:

npm run update-top 150000

(optional) Remove zero-value pairs:

npm run remove-zero

Welcome your Contribution!!!

License

MIT

Free Software, Hell Yeah!

About

Scanning all pairs built with Uniswap V2 on various networks and Dex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%