Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Apr 22, 2019
1 parent f49b463 commit f4586b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Omit `--blocks-output` or `--transactions-output` options if you want to export

You can tune `--batch-size`, `--max-workers` for performance.

[Output schema](#blockscsv)
[Blocks and transactions schema](#blockscsv).

#### export_token_transfers

Expand All @@ -378,7 +378,7 @@ Include `--tokens <token1> --tokens <token2>` to filter only certain tokens, e.g

You can tune `--batch-size`, `--max-workers` for performance.

[Output schema](#token_transferscsv)
[Token transfers schema](#token_transferscsv).

#### export_receipts_and_logs

Expand All @@ -403,7 +403,7 @@ You can tune `--batch-size`, `--max-workers` for performance.
Upvote this feature request https://github.com/paritytech/parity/issues/9075,
it will make receipts and logs export much faster.

[Output schema](#receiptscsv)
[Receipts and logs schema](#receiptscsv).

#### extract_token_transfers

Expand All @@ -417,7 +417,7 @@ Then extract transfers from the logs.csv file:

You can tune `--batch-size`, `--max-workers` for performance.

[Output schema](#token_transferscsv)
[Token transfers schema](#token_transferscsv).

#### export_contracts

Expand All @@ -437,7 +437,7 @@ Then export contracts:

You can tune `--batch-size`, `--max-workers` for performance.

[Output schema](#contractscsv)
[Contracts schema](#contractscsv).

#### export_tokens

Expand All @@ -458,7 +458,7 @@ Then export ERC20 / ERC721 tokens:

You can tune `--max-workers` for performance.

[Output schema](#tokenscsv)
[Tokens schema](#tokenscsv).

#### export_traces

Expand All @@ -475,7 +475,7 @@ See [this issue](https://github.com/blockchain-etl/ethereum-etl/issues/137)

You can tune `--batch-size`, `--max-workers` for performance.

[Output schema](#tracescsv)
[Traces schema](#tracescsv).

#### export_geth_traces

Expand Down

0 comments on commit f4586b1

Please sign in to comment.