Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT crawlers #126

Open
zomglings opened this issue Aug 19, 2021 · 1 comment
Open

NFT crawlers #126

zomglings opened this issue Aug 19, 2021 · 1 comment
Assignees
Labels
crawlers Crawlers module

Comments

@zomglings
Copy link
Contributor

We should crawl information about available NFTs on Ethereum blockchain from sites like OpenSea and Nifty Gateway.

We will use this data to build an index of the NFT market.

The statistics we would like to incorporate into our index are:

  1. Number of NFTs listed for sale on primary markets in a given time period (e.g. the past week)
  2. Number of NFTs sold on primary markets in a given time period (e.g. the past week)
  3. Amount of ETH spent on NFTs on primary markets in a given time period (e.g. the past week)
  4. Number of NFTs listed for sale on secondary markets (e.g. auctions, OpenSea, etc.) in a given time period (e.g. the past week)
  5. Number of NFTs sold on secondary markets (e.g. auctions, OpenSea, etc.) in a given time period (e.g. the past week)
  6. Amount of ETH spent on NFTs on secondary markets in a given time period (e.g. the past week)
  7. Amount of ETH earned by NFT creators in primary markets in a given time period (e.g. the past week)
  8. Amount of ETH earned by NFT creators in secondary markets in a given time period (e.g. the past week)

Think about these statistics as you decide which labels to associate with crawled NFTs.

Hook into the labels + Ethereum addresses workflow that @kompotkot and @Yhtiyar built and are using for the Etherscan and CoinMarketCap crawls.

@zomglings zomglings added the crawlers Crawlers module label Aug 19, 2021
@zomglings zomglings added this to the Moonstream Gamma milestone Aug 19, 2021
@zomglings zomglings added this to To do in Bugout.dev via automation Aug 19, 2021
@zomglings zomglings moved this from To do to In progress in Bugout.dev Aug 19, 2021
@zomglings
Copy link
Contributor Author

@Andrei-Dolgolev : @Yhtiyar already started working on NFT crawl from Etherscan. Please sync up.

@zomglings zomglings modified the milestones: Moonstream Gamma, Ethereum NFT analysis Aug 25, 2021
@zomglings zomglings moved this from In progress to Reviewer approved in Bugout.dev Sep 14, 2021
@zomglings zomglings moved this from Reviewer approved to In progress in Bugout.dev Sep 14, 2021
@zomglings zomglings moved this from In progress to To do in Bugout.dev Sep 14, 2021
@zomglings zomglings moved this from To do to Done in Bugout.dev Oct 25, 2021
@zomglings zomglings moved this from Done to To do in Bugout.dev Oct 25, 2021
@zomglings zomglings removed this from the Ethereum NFT analysis milestone Oct 25, 2021
@zomglings zomglings removed this from To do in Bugout.dev Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crawlers Crawlers module
Projects
None yet
Development

No branches or pull requests

2 participants