Docs.rs
etherscan_explorer_cmd_line-0.0.1
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
etherscan_explorer_cmd_line 0.0.1
Command Line Etherscan Explorer
Crate
Source
Builds
Feature flags
Documentation
Coverage
0%
0
out of
2
items documented
0
out of
1
items with examples
Size
Source code size: 56.62 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 3.17 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
sushmitsarmah/etherscan_explorer
0
0
0
crates.io
Dependencies
clap ^4.4.11
normal
crossterm ^0.27.0
normal
dotenv ^0.15.0
normal
prettytable-rs ^0.10.0
normal
reqwest ^0.11.22
normal
serde ^1.0.193
normal
serde_json ^1.0.108
normal
tokio ^1.35.0
normal
web3-unit-converter ^0.1.1
normal
Versions
0.0.1
(2023-12-15)
Owners
Command Line Etherscan Explorer
copy the .env.sample to .env
cp .env.sample .env
get an etherscan api key from
https://etherscan.io/apis
and add it in .env file.
Written with love in Rust