foundry-block-explorers 0.23.1

Bindings for Etherscan.io and other block explorer APIs
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.