RBudzynski commited on
Commit
1a659a4
·
verified ·
1 Parent(s): 757ab0a

Add banner to dataset card

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -24,7 +24,7 @@ ERC-20 transfer events for USDC, USDT, and DAI on Ethereum mainnet.
24
  | | |
25
  |---|---|
26
  | **Chain** | Ethereum mainnet (`chain_id` 1) |
27
- | **Coverage** | `2017-11` → `2024-12` (UTC, by `block_timestamp`) |
28
  | **Tokens** | USDC, USDT, DAI |
29
  | **Format** | Parquet, Hive partitions `data/year=YYYY/month=MM/` |
30
  | **Source** | [BlockDB](https://www.blockdb.io) `blockdb0304_token_transfers_v1` |
@@ -49,6 +49,13 @@ duckdb.sql("""
49
  """)
50
  ```
51
 
 
 
 
 
 
 
 
52
  ## Need more than this snapshot?
53
 
54
  - **Filters, other tokens, or recent history** — [BlockDB Historic REST API](https://docs.blockdb.io/api-reference/overview/home).
 
24
  | | |
25
  |---|---|
26
  | **Chain** | Ethereum mainnet (`chain_id` 1) |
27
+ | **Coverage** | `2017-11` → `2025-10` (UTC, by `block_timestamp`) |
28
  | **Tokens** | USDC, USDT, DAI |
29
  | **Format** | Parquet, Hive partitions `data/year=YYYY/month=MM/` |
30
  | **Source** | [BlockDB](https://www.blockdb.io) `blockdb0304_token_transfers_v1` |
 
49
  """)
50
  ```
51
 
52
+ ## Full mirror of this dataset
53
+
54
+ ```bash
55
+ huggingface-cli download BlockDB/Stablecoin-Transfers-Ethereum-Cryptocurrency-Data \
56
+ --repo-type dataset --local-dir ./blockdb-stablecoin-transfers
57
+ ```
58
+
59
  ## Need more than this snapshot?
60
 
61
  - **Filters, other tokens, or recent history** — [BlockDB Historic REST API](https://docs.blockdb.io/api-reference/overview/home).