Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/verynifty/RolodETH
A Rolodex for popular Ethereum chain address.
https://github.com/verynifty/RolodETH
data-science ethereum ethereum-blockchain
Last synced: about 2 months ago
JSON representation
A Rolodex for popular Ethereum chain address.
- Host: GitHub
- URL: https://github.com/verynifty/RolodETH
- Owner: verynifty
- License: mit
- Created: 2022-11-09T01:06:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T22:55:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T22:15:40.754Z (5 months ago)
- Topics: data-science, ethereum, ethereum-blockchain
- Language: JavaScript
- Homepage:
- Size: 137 MB
- Stars: 71
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- On-Chain-Investigations-Tools-List - RolodETH Ethereum tag system
README
# RolodETH
An open source and open data Rolodex for Ethereum addresses. You can see an example of data [here](https://rolodeth.ethcmd.com/address/0x5c891d76584b46bc7f1e700169a76569bb77d2db) or [here](https://rolodeth.ethcmd.com/address/0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45).All code and data is released by the [Muse DAO](https://twitter.com/NiftyMuseum) under the MIT license.
# Data sourcesData are sourced from a variety of providers listed here:
* [Uniswap token lists](https://tokenlists.org/) Currated token lists from Coingecko, Uniswap and MyEtherWallet.
* [reservoir.tools](https://reservoir.tools/) API for NFT collections metadata.
* [Snapshot voters](https://snapshot.org/) 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](https://github.com/MyEtherWallet/ethereum-lists/blob/master/src/addresses/addresses-darklist.json) scam darklist
* [Etherscan labels](https://github.com/brianleect/etherscan-labels)
* Some personal tags by [@grand_marquis](https://twitter.com/grands_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](https://twitter.com/grands_marquis) on twitter.
# Installation```
npm install
```You can run your own API:
```
node ./api/index.js
```