Crates.io | lazy-etherscan |
lib.rs | lazy-etherscan |
version | 0.1.1 |
source | src |
created_at | 2023-12-03 17:10:32.770988 |
updated_at | 2024-01-11 07:38:09.550141 |
description | Simple Terminal UI for the Ethereum Blockchain Explorer |
homepage | https://github.com/woxjro/lazy-etherscan |
repository | https://github.com/woxjro/lazy-etherscan |
max_upload_size | |
id | 1057009 |
size | 9,022,025 |
To see statistics information about Ethereum, you have to set an Etherscan's free API key.
You can get it from here.
And add it to your environment variables. If you are using zsh
, run the following command.
$ echo 'export ETHERSCAN_API_KEY=XXXXXXXXXXXX' >> ~/.zshenv
ethereum-input-data-decoder
To see transactions' decoded input data, you have to preinstall ethereum-input-data-decoder
. Please run the following command.
npm install -g ethereum-input-data-decoder
This software has been tested and verified to work correctly on the following operating systems:
Ubuntu 22.04.2 LTS
macOS Ventura 13.2
$ git clone https://github.com/woxjro/lazy-etherscan
$ cd lazy-etherscan
$ cargo run --
Please check the various settings such as endpoints using the following command:
cargo run -- --help
The basic usage is as follows:
q
to exit lazy-etherscan
.s
to focus on the search bar, where you can perform searches for addresses, blocks, transactions, and more.1
to navigate the "Latest Blocks" panel. Use j
to move to a block below and k
to an above block.
r
to refresh the "Latest Blocks".2
to navigate the "Latest Transactions" panel. Use j
to move to a transaction below and k
to move to a transaction above.
r
to refresh the "Latest Transactions".<Ctrl+e>
to toggle the sidebar.<Ctrl+p>
to move to a previous screen.Please see this issue.
This project is currently in the Proof of Concept (PoC) stage. Contributions are kindly requested to be postponed until further notice. Crash reports are welcome, please create an issue to do that.
This project has been developed with a grant from the Ethereum Foundation and Gitcoin.
lazy-etherscan
is written in Rust and is built on top of ratatui.
This project is highly inspired by Etherscan, lazygit and spotify-tui.