# Install SDK
NOTE: Ensure you meet the prerequisites before installing the Waves-rust SDK.
# Prerequsites
- Rust: Version 1.56 or above.
# Tutorial
Install the SDK by following the steps:
- Initialize the project and go to its directory:
cargo new wavesrust && cd wavesrust
- Add the dependencies:
cargo add waves-rust tokio
- Build the project:
cargo build