Skip to content

A collection of metadata files for identifying popular Ethereum addresses.

License

Notifications You must be signed in to change notification settings

0xTracker/ethereum-address-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Address Metadata

Overview

A collection of metadata files for identifying popular Ethereum addresses. Initially constructed for use in 0x Tracker, the metadata can be consumed in any application which needs to label Ethereum addresses.

Usage

Consumption of metadata files is simple due to naming conventions. All metadata files are stored in the data/{lowercase_address}.json.

You can use this convention to build to build a URL to fetch from. For example:

https://raw.githubusercontent.com/0xTracker/ethereum-address-metadata/master/data/0x4aa817c6f383c8e8ae77301d18ce48efb16fd2be.json

Addresses which have no metadata file will simply return a 404.

Contributing

Contributions to the collection are welcome from anyone. Please follow these steps when opening a PR:

  • One PR per metadata file
  • PR titles should be in the format:
    • Add metadata for {address}
    • Update metadata for {address}
  • If submitting a new metadata file, please include a reference to verify the metadata you've given.
    • e.g. Official project url referencing contract, labeled Etherscan address url, a link to verified source for the contract.

Used in Applications

  • 0x Tracker - The leading provider of 0x protocol market data, transparent Ethereum token price index and 0x protocol news aggregator.

About

A collection of metadata files for identifying popular Ethereum addresses.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published