verynifty / RolodETH

A Rolodex for popular Ethereum chain address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RolodETH

An open source and open data Rolodex for Ethereum addresses. You can see an example of data here or here.

All code and data is released by the Muse DAO under the MIT license.

Data sources

Data are sourced from a variety of providers listed here:

  • Uniswap token lists Currated token lists from Coingecko, Uniswap and MyEtherWallet.
  • reservoir.tools API for NFT collections metadata.
  • Snapshot voters API to get list of voters for all DAO using Snapshot
  • Popular NFT collection minters from ERC721 on chain transfers such as: bayc, azuki, moonbird, doodle, coolcat, loot..
  • Uniswap V3 LP providers from ERC721 on chain transfers
  • MyEtherWallet scam darklist
  • Etherscan labels
  • Some personal tags by @grand_marquis.

Usage

You can use sources adapters to create your own RolodETH database. You can host your own API by cloning the repo or use our hosted service:

https://rolodeth.ethcmd.com/address/[ADDRESS IN LOWERCASE]

Contribute

To add your data, open a pull request or contact @grand_marquis on twitter.

Installation

npm install

You can run your own API:

node ./api/index.js

About

A Rolodex for popular Ethereum chain address.

License:MIT License


Languages

Language:JavaScript 100.0%