# Install SDK
NOTE: Ensure you meet the prerequisites before installing the Waves C# SDK.
# Prerequsites
- Dotnet: Version 6 or above.
# Tutorial
Install the SDK by following the steps:
- Create the project:
dotnet new console
- Install the package in the project:
dotnet add package WavesLabs.Node.Client