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).
- 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.
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.
This requires Node.js v10+ to run.
Install the dependencies and devDependencies and start the server.
cd UniswapV2_Pair_Scanner
npm i
npm start
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!!!
MIT
Free Software, Hell Yeah!