Skip to content

shaneluna/nft-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft-analysis

Data

The Ethereum NFTs dataset: https://www.kaggle.com/simiotic/ethereum-nfts
This dataset represents the activity of the Ethereum non-fungible token (NFT) market between the following dates:

Start date: April 1, 2021
End date: September 25, 2021

Getting started

  1. Ensure python3 is installed:
    python --version

  2. With git installed, clone project:
    git clone git@github.com:shaneluna/nft-analysis.git

    Note: You may need to setup an ssh key if first time using git

  3. Change directory into cloned repo:
    cd nft-analysis

  4. Create a virtual environment:
    python -m venv venv

  5. Start virutal environment:
    Linux & Mac:
    source venv/bin/activate

    Windows:
    ./venv/Scripts/activate

  6. Install requirements:
    pip install -r requirements.txt

  7. Download the dataset from https://www.kaggle.com/simiotic/ethereum-nfts

  8. Place the downloaded zip in the /data folder and extract the nfts.sqlite file

  9. Run Python application:
    python -m main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages