<div align="center">

# switchboard-evm
> A Rust library to interact with Switchboard on EVM based chains.
<p>
<a href="https://crates.io/crates/switchboard-evm">
<img alt="Crates.io" src="https://img.shields.io/crates/v/switchboard-evm?label=switchboard-evm&logo=rust" />
</a>
</p>
<p>
<a href="https://discord.gg/switchboardxyz">
<img alt="Discord" src="https://img.shields.io/discord/841525135311634443?color=blueviolet&logo=discord&logoColor=white" />
</a>
<a href="https://twitter.com/switchboardxyz">
<img alt="Twitter" src="https://img.shields.io/twitter/follow/switchboardxyz?label=Follow+Switchboard" />
</a>
</p>
<h4>
<strong>Typedocs: </strong><a href="https://docs.rs/switchboard-evm">docs.rs/switchboard-evm</a>
</h4>
</div>
## Install
Run the following Cargo command in your project directory:
```bash
cargo add switchboard-evm
```
Or add the following line to your Cargo.toml:
```toml
[dependencies]
switchboard-evm = "0.1.0"
```