![Switchboard Logo](https://github.com/switchboard-xyz/switchboard/raw/main/website/static/img/icons/switchboard/avatar.png) # switchboard-node > Switchboard node utils [![Crates.io Badge](https://img.shields.io/crates/v/switchboard-node-health?label=switchboard-node-health&logo=rust)](https://crates.io/crates/switchboard-node-health) [![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)

Switchboard Documentation: docs.switchboard.xyz

## Install Run the following Cargo command in your project directory: ```bash cargo add switchboard-node ``` Or add the following line to your Cargo.toml: ```toml [dependencies] switchboard-node = "0.1.0" ```