Skip to content

Commit

Permalink
Add updated usage to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcph4 committed Jan 17, 2025
1 parent 026a648 commit 82fa5d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ $ cargo install blocktop
## Usage ##

```
$ blocktop -h
A minimalist TUI block explorer for Ethereum blockchains
Usage: blocktop [OPTIONS]
Options:
Expand All @@ -30,6 +31,7 @@ Options:
--headless
--list-block-hashes
-h, --help Print help
-V, --version Print version
```

At the moment, `blocktop` only supports Websockets or Unix domain sockets as transports for RPC communication. `blocktop` makes use of the [free Ethereum RPC service provided by Merkle](https://merkle.io/free-eth-rpc) by default.
Expand Down

0 comments on commit 82fa5d7

Please sign in to comment.