Skip to content

Commit

Permalink
update commands for running Merger (#42)
Browse files Browse the repository at this point in the history
## 📝 Summary

Updated the docs to show how to run `merger`.

## ⛱ Motivation and Context

The existing docs did not show the commands, so needed to spend time to
figure it out. Hope this helps other people too!
  • Loading branch information
fahimahmedx authored Jan 10, 2025
1 parent 012b3ae commit c386314
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ go run cmd/collect/main.go -out ./out -nodes ws://server1.com:8546,ws://server2.
- Deduplicates transactions, sorts them by timestamp

```bash
go run cmd/merge/main.go -h
# print help
go run cmd/merge/* -h

# deduplicate transactions
go run cmd/merge/* transactions --check-node ws://server1.com ./out/2023-08-07/transactions/txs_2023-08-07-10-00_collector1.csv
```


Expand Down

0 comments on commit c386314

Please sign in to comment.