Skip to content

Commit

Permalink
[docs]: Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
woxjro committed Jan 10, 2024
1 parent 6b971eb commit 893a5a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

- [lazy-etherscan](#lazy-etherscan)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Build](#build)
- [Configurations & Usage](#configurations--usage)
- [Roadmap](#roadmap)
Expand All @@ -29,6 +30,12 @@
- **Developer Friendly** - Operate efficiently using keyboard shortcuts.
- **Easily Switch Endpoints** - Switch between endpoints, including Mainnet, Testnets, custom node connections, and even BSC endpoints.

## Prerequisites
To 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.
```sh
npm install -g ethereum-input-data-decoder
```

## Build
This software has been tested and verified to work correctly on the following operating systems:
- `Ubuntu 22.04.2 LTS`
Expand Down

0 comments on commit 893a5a2

Please sign in to comment.