RBudzynski commited on
Commit
3d99bb7
·
verified ·
1 Parent(s): 860ddbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -54,8 +54,8 @@ List of columns exactly as delivered:
54
 
55
 
56
  ### Notes
57
- • Use encode(block_hash, 'hex') to convert binary values to hex for presentation or joins.
58
- • Every block record is verified against the node RPC.
59
 
60
 
61
  ## Lineage
@@ -64,13 +64,13 @@ This ensures verifiable traceability, reproducibility, and proof-of-derivation f
64
 
65
 
66
  ## Common Use Cases
67
- • Benchmarking node or indexer consistency across chains
68
- • Establishing canonical ground truth for analytics or compliance systems
69
- • Foundation layer for derived token, swap, and liquidity datasets
70
- • Validating receipts and state integrity with recomputed roots
71
 
72
 
73
  ## Quality
74
- • Verifiable lineage: deterministic cryptographic hashes per row
75
- • Reorg-aware ingestion: continuity and consistency across forks
76
- • Complete historical coverage: from chain genesis to present
 
54
 
55
 
56
  ### Notes
57
+ • Use encode(block_hash, 'hex') to convert binary values to hex for presentation or joins.
58
+ • Every block record is verified against the node RPC.
59
 
60
 
61
  ## Lineage
 
64
 
65
 
66
  ## Common Use Cases
67
+ • Benchmarking node or indexer consistency across chains
68
+ • Establishing canonical ground truth for analytics or compliance systems
69
+ • Foundation layer for derived token, swap, and liquidity datasets
70
+ • Validating receipts and state integrity with recomputed roots
71
 
72
 
73
  ## Quality
74
+ • Verifiable lineage: deterministic cryptographic hashes per row
75
+ • Reorg-aware ingestion: continuity and consistency across forks
76
+ • Complete historical coverage: from chain genesis to present