https://github.com/dineshpinto/nft-analytics

Modeling Ethereum NFTs using lognormal models and trait based pricing

https://github.com/dineshpinto/nft-analytics

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary

Keywords

analytics blockchain data-science data-visualization ethereum nfts opensea
Last synced: 4 months ago · JSON representation

Repository

Modeling Ethereum NFTs using lognormal models and trait based pricing

Basic Info
  • Host: GitHub
  • Owner: dineshpinto
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 6.34 MB
Statistics
  • Stars: 20
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Topics
analytics blockchain data-science data-visualization ethereum nfts opensea
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

NFT Analytics

One of the hardest problems of non-fungible tokens (NFT) projects is data modeling.

Modeling covers areas like understanding hodler behaviour, sales volume trends, identifying whales, and valuing NFTs relative to each other within a specific collection.

NFT Analytics is a Python framework to make that process easier. It contains code to interact with the most popular NFT marketplace on Ethereum. Ethereum was chosen as the base due to its dominant nature in the NFT space. This raw data is then modeled mathematically to distill usable information and visualize it.

Installation

  1. Create the conda environment from file shell conda env create --file conda-env.yml
  2. Activate environment shell conda activate nft_analytics
  3. Add environment to Jupyter kernel shell python -m ipykernel install --name=nft_analytics
  4. Install jupyter lab extensions for plotly shell jupyter labextension install jupyterlab-plotly
  5. To use the Infura backend (required for querying blockchain data), rename config-dummy.pyto config.py, and add in your private Infura API key
  6. Explore the various Jupyterlab Notebooks under notebooks/

APIs used

  • OpenSea public API (src/opensea_api.py)
  • Infura private API (src/infura_api.py)

Export conda environment

shell conda env export --no-builds | grep -v "^prefix: " > conda-env.yml

Disclaimer

This project is for educational purposes only. You should not construe any such information or other material as legal, tax, investment, financial, or other advice. Nothing contained here constitutes a solicitation, recommendation, endorsement, or offer by me or any third party service provider to buy or sell any securities or other financial instruments in this or in any other jurisdiction in which such solicitation or offer would be unlawful under the securities laws of such jurisdiction.

If you plan to use real money, use at your own risk.

Under no circumstances will I be held responsible or liable in any way for any claims, damages, losses, expenses, costs, or liabilities whatsoever, including, without limitation, any direct or indirect damages for loss of profits.

Owner

  • Name: Dinesh Pinto
  • Login: dineshpinto
  • Kind: user
  • Location: Switzerland/Germany

quantum info PhD student @ EPFL, pythonista & rustacean

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels