{"id":13621426,"url":"https://github.com/dorianbayart/DexPairs","last_synced_at":"2025-04-15T01:32:39.054Z","repository":{"id":41263723,"uuid":"367167233","full_name":"dorianbayart/DexPairs","owner":"dorianbayart","description":"Crypto - Multi-Chain \u0026\u0026 Multi-Protocol Wallet Tracker \u0026\u0026 NFT Viewer","archived":false,"fork":false,"pushed_at":"2024-08-16T21:48:13.000Z","size":5295,"stargazers_count":117,"open_issues_count":1,"forks_count":53,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-11-08T08:40:47.444Z","etag":null,"topics":["api","blockchain","bsc","crypto","cryptocurrency","ethereum","exchange","fantom","nft","nft-gallery","polygon","thegraph","uniswap","wallet","web3js","xdai"],"latest_commit_sha":null,"homepage":"https://dexpairs.xyz","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dorianbayart.png","metadata":{"files":{"readme":"README.md","changelog":"news.html","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"dorianbayart"}},"created_at":"2021-05-13T20:30:37.000Z","updated_at":"2024-11-06T02:08:17.000Z","dependencies_parsed_at":"2023-12-21T00:29:07.541Z","dependency_job_id":"7d5abb68-3a51-4446-b091-7ed586a7a131","html_url":"https://github.com/dorianbayart/DexPairs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorianbayart%2FDexPairs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorianbayart%2FDexPairs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorianbayart%2FDexPairs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorianbayart%2FDexPairs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dorianbayart","download_url":"https://codeload.github.com/dorianbayart/DexPairs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989355,"owners_count":21194577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","blockchain","bsc","crypto","cryptocurrency","ethereum","exchange","fantom","nft","nft-gallery","polygon","thegraph","uniswap","wallet","web3js","xdai"],"created_at":"2024-08-01T21:01:06.005Z","updated_at":"2025-04-15T01:32:38.385Z","avatar_url":"https://github.com/dorianbayart.png","language":"JavaScript","funding_links":["https://github.com/sponsors/dorianbayart"],"categories":["JavaScript","TypeScript"],"sub_categories":["Flutter SDK / Libraries"],"readme":"\n# [DexPairs.xyz](https://dexpairs.xyz/)\n\n\n## What is DexPairs.xyz ?\n\n* Get and store subgraph data from different protocols on different blockchains\n* [Charts](https://dexpairs.xyz/charts)\n  * Display the price charts of any token against any other token (eg: [compare MATIC vs ETH on Polygon/Matic network](https://dexpairs.xyz/charts?dex=QUICKSWAP\u0026token=WMATIC\u0026base=WETH\u0026interval=4h\u0026timeframe=1m))\n  * Star your favorite pairs to keep an eye on multiple charts\n* [Wallet](https://dexpairs.xyz/wallet)\n  * Cross-chain transactions and tokens explorer\n  * Search tokens in transactions on different protocols\n  * Display balances/prices/values\n  * Display NFTs collection (only ERC-721)\n  * Estimate wallet history with a global chart (based on Ethereum price evolution)\n\n\n\n## Supported protocols and blockchains\n\n### Charts\n\n* [x] [Uniswap (v2 + v3) - Ethereum](https://dexpairs.xyz/charts?dex=UNISWAP)\n* [x] [QuickSwap - Polygon/Matic](https://dexpairs.xyz/charts?dex=QUICKSWAP)\n* [x] [PancakeSwap v2 - Binance Smart Chain](https://dexpairs.xyz/charts?dex=PANCAKESWAP)\n* [x] [SpiritSwap - Fantom](https://dexpairs.xyz/charts?dex=SPIRITSWAP)\n* [x] [HoneySwap - xDai](https://dexpairs.xyz/charts?dex=HONEYSWAP)\n\n\n\n### Wallet\n\n#### Protocols\n\n* [x] Aave v2 - Ethereum \u0026 Polygon/Matic\n* [x] Beefy.finance - Multichain\n* [ ] Compound (borrowed tokens not supported) - Ethereum\n* [ ] Venus (borrowed tokens not supported) - Binance Smart Chain\n\n#### Blockchains\n* [x] Ethereum\n* [x] Binance Smart Chain\n* [x] Gnosis Chain (formerly xDai)\n* [x] Polygon / Matic\n* [x] Fantom Opera\n* [x] Arbitrum One\n* [x] Celo\n* [x] Avalanche\n\n\n## Roadmap\n\n[See the roadmap directly on GitHub](https://github.com/dorianbayart/DexPairs/projects/1)\n\n\n\n-----\n## How To Deploy\n\n1. Clone the repository  \n```\ngit clone https://github.com/dorianbayart/DexPairs.git\n```\n\n2. Install dependencies  \n```\nyarn\n```\n\n3. Start the server in Dev mode  \n```\nyarn dev\n```  \nThis will start the API and the web app at [localhost:3001](http://localhost:3001)\n\n4. Stop processes  \n```\nyarn stop\n```\n\n\n\n-----\n-----\n#### Thanks\n\n[ChainList.org](https://chainid.network/chains_mini.json) for networks data  \n[Feathericons](https://feathericons.com/) for the icons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorianbayart%2FDexPairs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdorianbayart%2FDexPairs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorianbayart%2FDexPairs/lists"}