mriusero commited on
Commit
91b8662
·
verified ·
1 Parent(s): 6165d04

Update readme

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -5,11 +5,12 @@ tags:
5
  size_categories:
6
  - 1M<n<10M
7
  ---
8
- # DeFi Protocol Data on Ethereum 2023-2024
9
- This section outlines the steps involved in preparing the dataset for analyzing decentralized finance (DeFi) protocols and transactions. The process includes selecting DeFi protocols, extracting relevant contract data, collecting transaction information, and analyzing market trends.
10
  The dataset enables a comprehensive analysis of user behavior, protocol usage, transaction dynamics, and market performance on ethereum blockchain.
11
 
12
- ## Dataset
 
13
  ```
14
  ├── protocols.parquet # Contains protocols details for selected DeFi protocols.
15
  ├── contracts.parquet # Contains contract details for selected DeFi protocols.
@@ -17,7 +18,7 @@ The dataset enables a comprehensive analysis of user behavior, protocol usage, t
17
  ├── market.parquet # Contains enriched market data with aggregated transaction metrics.
18
  └── users.parquet # User profiles based on transaction data.
19
  ```
20
- ---
21
  ## Table of Contents
22
  1. [Selection of DeFi Protocols](#1-selection-of-defi-protocols)
23
  2. [Collection of Contract Data for Selected DeFi Protocols *(CoinGecko API)*](#2-collection-of-contract-data-for-selected-defi-protocols-coingecko-api)
@@ -389,6 +390,8 @@ This dataset preparation process establishes the foundation for analysis of user
389
  4. **MongoDB** - For managing and storing large volumes of transaction and protocol data in a structured format.
390
  5. **Ethereum Blockchain** - For the decentralized financial infrastructure that powers these protocols and transactions.
391
 
 
 
392
  ---
393
  license: mit
394
  ---
 
5
  size_categories:
6
  - 1M<n<10M
7
  ---
8
+ This dataset include several steps involved in preparing the dataset for analyzing decentralized finance (DeFi) protocols and transactions.
9
+ The process to build it includes selecting DeFi protocols, extracting relevant contract data, collecting transaction information, and analyzing market trends.
10
  The dataset enables a comprehensive analysis of user behavior, protocol usage, transaction dynamics, and market performance on ethereum blockchain.
11
 
12
+ ---
13
+ ## Data
14
  ```
15
  ├── protocols.parquet # Contains protocols details for selected DeFi protocols.
16
  ├── contracts.parquet # Contains contract details for selected DeFi protocols.
 
18
  ├── market.parquet # Contains enriched market data with aggregated transaction metrics.
19
  └── users.parquet # User profiles based on transaction data.
20
  ```
21
+
22
  ## Table of Contents
23
  1. [Selection of DeFi Protocols](#1-selection-of-defi-protocols)
24
  2. [Collection of Contract Data for Selected DeFi Protocols *(CoinGecko API)*](#2-collection-of-contract-data-for-selected-defi-protocols-coingecko-api)
 
390
  4. **MongoDB** - For managing and storing large volumes of transaction and protocol data in a structured format.
391
  5. **Ethereum Blockchain** - For the decentralized financial infrastructure that powers these protocols and transactions.
392
 
393
+ Code is available on [GitHub](https://github.com/mriusero/defi-user-behavior-clustering).
394
+
395
  ---
396
  license: mit
397
  ---