![Switchboard Logo](https://github.com/switchboard-xyz/core-sdk/raw/main/website/static/img/icons/switchboard/avatar.png) # switchboard-evm > A Rust library to interact with Switchboard on EVM based chains. [![Crates.io Badge](https://img.shields.io/crates/v/switchboard-evm?label=switchboard-evm&logo=rust)](https://crates.io/crates/switchboard-evm) [![Discord Badge](https://img.shields.io/discord/841525135311634443?color=blueviolet&logo=discord&logoColor=white)](https://discord.gg/switchboardxyz) [![Twitter Badge](https://img.shields.io/twitter/follow/switchboardxyz?label=Follow+Switchboard)](https://twitter.com/switchboardxyz)

Typedocs: docs.rs/switchboard-evm

EVM SDK: github.com/switchboard-xyz/evm-sdk

Switchboard Documentation: docs.switchboard.xyz

## 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.3.9" ```