# foundry-block-explorers
Bindings for [Etherscan](https://etherscan.io) and other block explorer APIs, used by [Foundry](https://github.com/foundry-rs/foundry).
## Features
- `foundry-compilers`: Enables contract verification support via [`foundry-compilers`](https://github.com/foundry-rs/foundry-core/tree/main/crates/compilers).
- `compilers-full`: Enables all compiler backends when `foundry-compilers` is active.
- `rustls`: Uses `rustls` for TLS (default).
- `openssl`: Uses `openssl` for TLS.