-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip ui for explorer * md renderer * container ui * panel key handler * inputs * block info * txn support * keys references * reorg files * fix: linter issues * truncate very long words * docs * tidy deps * chore: reenable cache
- Loading branch information
Showing
20 changed files
with
830 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Block Explorer | ||
|
||
The command `playground explorer ui` can be used to run the terminal block explorer. | ||
|
||
```bash | ||
hanchond playground explorer ui | ||
``` | ||
|
||
:::info | ||
The `--node` flag can be used to select RPC provider. | ||
|
||
The `--starting-height` flag can be used to start indexing from a height different from 1. | ||
::: | ||
|
||
## Features: | ||
|
||
- Indexes all the blocks | ||
- Indexes all the transactions | ||
- Gets the block information using the Cosmos and Ethereum endpoints | ||
- Get the transaction Cosmos information | ||
- Get the transaction Ethereum information | ||
|
||
## Screenshots: | ||
|
||
![Syncing](https://i.imgur.com/4KAlwZp.png) | ||
|
||
![Blocks](https://i.imgur.com/kmvCGBN.png) | ||
|
||
![Transactions](https://i.imgur.com/mh2a5Mn.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.