# Bridge SDK

## Setup

The environment must include the following keys:

- `ETHERSCAN_API_KEY`
- `INFURA_API_KEY`

The SDK must also be initialized by calling `setBridgeEnvironment(env)`. This sets `getRuntimeConfig`, which is used internally by many things in the SDK, to the config for the given environment.
