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 projectnameโ name of the blockchain projectnetworkโ blockchain network (e.g., Ethereum, Solana)typeโ project type (DeFi, NFT, GameFi, etc.)launch_yearโ year the project launchedmarket_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)
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support