Getting Started
Tip
You will need to have .NET 9.0 SDK or later installed on your machine.
Tools used are the dotnet cli and VSCODE, but you can use tools you are familiar with.
This guide will help you through the basics of working with the Crosser Node SDK to create your first module.
- Creating a new project
- Installing the SDK
- Creating a custom module
We recommend you to have some basic understanding around:
- C#
- Nuget packages