Blockchain Projects Dataset

This dataset contains information about various blockchain projects including DeFi, GameFi, NFT, and other types.

File

  • blockchain_projects.jsonl

Columns / Fields

  • id โ€“ unique identifier for each project
  • name โ€“ name of the blockchain project
  • network โ€“ blockchain network (e.g., Ethereum, Solana)
  • type โ€“ project type (DeFi, NFT, GameFi, etc.)
  • launch_year โ€“ year the project launched
  • market_cap_million_usd โ€“ approximate market capitalization in million USD

Sample Usage

Load the dataset in Python:

import json

projects = []
with open("blockchain_projects.jsonl", "r") as f:
    for line in f:
        projects.append(json.loads(line))

# Print first 5 projects
for project in projects[:5]:
    print(project)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support