Software for Windows to connect to the blockchain filter and to not allow other connections.
- Open a command prompt and navigate to the project directory.
- Run
dotnet buildto build the project.
- Open a command prompt and navigate to the project directory.
- Run
dotnet runto start the application.
- Open a command prompt and navigate to the project directory.
- Run
dotnet publish -c Release -r win-x64 --self-containedto publish the project. - Navigate to the
bin\Release\net6.0\win-x64\publishdirectory to find the executable file.