Skip to content

A comprehensive list of smart contract addresses of popular DApps and Protocols

Notifications You must be signed in to change notification settings

renof112/Contractlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contractlist

A comprehensive list of smart contract addresses of popular DApps and Protocols

Note: The front-end UI is a fork of Chainlist


Web App

Visit our web app https://contractlist.vercel.app

Data Feed

Contract Deployments

Mumbai Testnet

Contract Deployed address
ContractlistAPIConsumer 0x05d98BaD04f44aca5d96dc183624762f360DC111

API

API Endpoint: https://contractlist.vercel.app/api

To search for a contract, use params:

project - name of the project or protocol

contract - contract name

chain - chain ID

Example Request
$ curl -X GET "https://contractlist.vercel.app/api?project=uniswap+v3&contract=uniswapv3factory&chain=137"
Response JSON
{"body":"0x1F98431c8aD98523631AE4a59f267346ea31F984","query":{"project":"uniswap v3","contract":"uniswapv3factory","chain":"137"},"cookies":{}}

How to contribute

Check the Data format

Update Contracts with your contracts data and create a PR.

We strongly encourage contributions from the community!

About

A comprehensive list of smart contract addresses of popular DApps and Protocols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • CSS 18.0%
  • TypeScript 7.6%
  • Solidity 4.4%
  • Shell 0.3%