{"id":13598918,"url":"https://github.com/woxjro/lazy-etherscan","last_synced_at":"2025-04-10T10:30:43.861Z","repository":{"id":187769503,"uuid":"672480930","full_name":"woxjro/lazy-etherscan","owner":"woxjro","description":"⚡️Simple Terminal UI for the Ethereum Blockchain Explorer","archived":false,"fork":false,"pushed_at":"2024-03-20T13:59:21.000Z","size":33812,"stargazers_count":137,"open_issues_count":1,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T18:09:07.919Z","etag":null,"topics":["blockchain","ethereum","etherscan","ratatui","rust","tui","web3"],"latest_commit_sha":null,"homepage":"https://woxjro.github.io/lazy-etherscan/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woxjro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-30T08:25:43.000Z","updated_at":"2025-03-31T04:34:37.000Z","dependencies_parsed_at":"2023-12-21T08:57:53.427Z","dependency_job_id":"4f83516a-e6b0-4f86-8fb7-946be693d029","html_url":"https://github.com/woxjro/lazy-etherscan","commit_stats":null,"previous_names":["woxjro/lazy-etherscan"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woxjro%2Flazy-etherscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woxjro%2Flazy-etherscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woxjro%2Flazy-etherscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woxjro%2Flazy-etherscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woxjro","download_url":"https://codeload.github.com/woxjro/lazy-etherscan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199136,"owners_count":21063641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","ethereum","etherscan","ratatui","rust","tui","web3"],"created_at":"2024-08-01T17:00:58.085Z","updated_at":"2025-04-10T10:30:38.851Z","avatar_url":"https://github.com/woxjro.png","language":"Rust","readme":"# lazy-etherscan\n\n\u003cdiv align=\"left\"\u003e\n    \u003ca href=\"https://github.com/woxjro/lazy-etherscan/\"\u003e\u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/github-woxjro%2Flazy-etherscan?style=for-the-badge\u0026logo=github\" height=\"20\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/woxjro/lazy-etherscan/actions\"\u003e\u003cimg alt=\"build status\" src=\"https://img.shields.io/github/actions/workflow/status/woxjro/lazy-etherscan/rust.yml?style=for-the-badge\" height=\"20\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/woxjro/lazy-etherscan/blob/master/LICENSE\"\u003e\u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/woxjro/lazy-etherscan?style=for-the-badge\" height=\"20\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n![demo](resources/screenshots/demo.gif)\n\n\u003cdetails\u003e\n \u003csummary\u003e\u003cstrong\u003eTable of contents\u003c/strong\u003e\u003c/summary\u003e\n \u003cbr/\u003e\n\n- [lazy-etherscan](#lazy-etherscan)\n  - [Features](#features)\n  - [Prerequisites](#prerequisites)\n  - [Build](#build)\n  - [Configurations \u0026 Usage](#configurations--usage)\n  - [Roadmap](#roadmap)\n  - [Contributing](#contributing)\n  - [Sponsors](#sponsors)\n  - [Acknowledgement](#acknowledgement)\n\n\u003cbr/\u003e\n\u003c/details\u003e\n\n## Features\n- **No Browser Required** - Use it effortlessly even in environments where browsers are unavailable, such as within servers.\n- **Developer Friendly** - Operate efficiently using keyboard shortcuts.\n- **Easily Switch Endpoints** - Switch between endpoints, including Mainnet, Testnets, custom node connections, and even BSC endpoints.\n- **Rich Search Functionality** - You can search by the following words.\n    - Address\n    - Block Number\n    - ENS ID\n    - Transaction Hash\n    - Ticker Name (`USDT`, `BNB`,`UNI`, ...)\n\n## Prerequisites\n### Optional: Etherscan API Key\nTo see statistics information about Ethereum, you have to set an Etherscan's free API key.\nYou can get it from [here](https://etherscan.io/apis).\nAnd add it to your environment variables. If you are using `zsh`, run the following command.\n```sh\n$ echo 'export ETHERSCAN_API_KEY=XXXXXXXXXXXX' \u003e\u003e ~/.zshenv\n```\n\n### Optional: [`ethereum-input-data-decoder`](https://github.com/miguelmota/ethereum-input-data-decoder)\nTo see transactions' decoded input data, you have to preinstall [`ethereum-input-data-decoder`](https://github.com/miguelmota/ethereum-input-data-decoder). Please run the following command.\n```sh\n$ npm install -g ethereum-input-data-decoder\n```\n\n## Build\nThis software has been tested and verified to work correctly on the following operating systems:\n- `Ubuntu 22.04.2 LTS`\n- `macOS Ventura 13.2`\n\n```sh\n$ git clone --recursive https://github.com/woxjro/lazy-etherscan\n$ cd lazy-etherscan\n$ cargo run --\n```\n\n## Configurations \u0026 Usage\nPlease check the various settings such as endpoints using the following command:\n```sh\n$ cargo run -- --help\n```\n\n### Usage\nThe basic usage is as follows:\n- Press `q` to exit `lazy-etherscan`.\n- Press `s` to focus on the search bar, where you can perform searches for addresses, blocks, transactions, and more.\n- Press `1` to navigate the \"Latest Blocks\" panel. Use `j` to move to a block below and `k` to an above block.\n    - Press `r` to refresh the \"Latest Blocks\".\n- Press `2` to navigate the \"Latest Transactions\" panel. Use `j` to move to a transaction below and `k` to move to a transaction above.\n    - Press `r` to refresh the \"Latest Transactions\".\n- Press `\u003cCtrl+e\u003e` to toggle the sidebar.\n- Press `\u003cCtrl+p\u003e` to move to a previous screen.\n\n## Roadmap\nPlease see [this issue](https://github.com/woxjro/lazy-etherscan/issues/1).\n\n## Contributing\nAny contributions are welcome!\nPlease see [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## Sponsors\nThis project has been developed with a grant from the [Ethereum Foundation](https://ethereum.org/en/foundation/) and [Gitcoin](https://www.gitcoin.co/).\n![ethereum foundation](resources/ethereum_foundation.png)\n\u003cimg src=\"resources/gitcoin.jpg\" alt=\"gitcoin\" width=\"50%\"/\u003e\n\n## Acknowledgement\n`lazy-etherscan` is written in [Rust](https://www.rust-lang.org/) and is built on top of [ratatui](https://github.com/ratatui-org/ratatui).\nThis project is highly inspired by [Etherscan](https://etherscan.io/), [lazygit](https://github.com/jesseduffield/lazygit) and [spotify-tui](https://github.com/Rigellute/spotify-tui).\n","funding_links":[],"categories":["💻 Apps"],"sub_categories":["🚀 Productivity and Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoxjro%2Flazy-etherscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoxjro%2Flazy-etherscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoxjro%2Flazy-etherscan/lists"}