Integrating into MAUI Projects

Thirdweb's .NET SDK is fully compatible with .NET MAUI, allowing you to integrate wallets and blockchain functionality into your cross-platform applications.

Configuration

Adding the Package to Your Project

To add the Thirdweb .NET SDK to your MAUI project, you'll simply need to run:

dotnet add package Thirdweb

Example Project

An example MAUI project integrating the Thirdweb .NET SDK is available below.

MAUI Template

A MAUI project template with the Thirdweb .NET SDK integrated.