You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Currently, the supported blockchains are:
14
14
- Litecoin
15
15
- Tezos
16
16
- Zcash
17
+
We intend to add more ledgers to this list in the future.
17
18
18
19
## Installation
19
20
@@ -30,13 +31,13 @@ project:
30
31
31
32
## Run the tool
32
33
33
-
Place all raw data (which could be collected from BigQuery for example) in the `raw_block_data` directory, each file named as
34
+
Place all raw data (which could be collected from [BigQuery](https://cloud.google.com/bigquery/) for example) in the `raw_block_data` directory, each file named as
34
35
`<project_name>_raw_data.json` (e.g. `bitcoin_raw_data.json`). By default, there
35
36
is a (very small) sample input file for some supported projects. To use the
36
37
samples, remove the prefix `sample_`. For more extended raw data and instructions on how to retrieve it, see
0 commit comments