dmanjunath / eip-lookup

CLI to fetch information about EIPs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eip-lookup

Publish EIP Lookup

Do you always forget what an EIP does? Confused with all the numbers that get thrown around?

Here's a CLI allows you to quickly query and interact with EIPs in the Terminal!

Usage

eip-lookup

Usage: eip-lookup [OPTIONS] <EIP_ID>

Arguments:
  <EIP_ID>  

Options:
  -b, --browser  
  -h, --help     Print help
  -V, --version  Print version

...
$ eip-lookup 20             # print body in terminal
$ eip-lookup 1559 --browser # open EIP in browser

Installation

The Github Releases have the Ubuntu binary attached. For all other operating systems, build from source using the build-and-install.sh file (requires rust and cargo).

cd eip-lookup/
sh build-and-install.sh
# optional shorthand command
alias eipl=eip-lookup
eipl 20

About

CLI to fetch information about EIPs

License:MIT License


Languages

Language:Rust 95.6%Language:Shell 4.4%