Skip to content

thirdweb-dev/dotnet

Repository files navigation

net-banner

.NET Documentation NuGet Version NuGet Downloads Codecov

Overview

The Thirdweb .NET SDK is a comprehensive and easy to use library that allows developers to interact with the blockchain using the .NET framework. It simplifies the integration of all thirdweb functionality with a minimal set of dependencies.

Features

  • Connect to any EVM network: Easily connect to Ethereum and other EVM-compatible networks.
  • Query blockchain data: Use Thirdweb RPC to fetch blockchain data efficiently.
  • Interact with smart contracts: Simplified read and write operations for smart contracts, with various out-of-the-box extensions provided.
  • In-App Wallets: Integrate user-friendly wallets within your applications, supporting email, phone, and OAuth login.
  • Ecosystem Wallets: Basically In-App Wallets functionality wise, with the added benefit of being able to securely share your wallets with third party partners.
  • Account Abstraction: Simplify complex account management tasks with smart wallets.
  • Gasless Transactions: Enable transactions without requiring users to pay gas fees.
  • Storage Solutions: Download and upload files using IPFS.
  • Transaction Builder: Create, manipulate and send low level transactions.
  • Session Keys: Advanced control for smart wallets to manage permissions and session durations.
  • Thirdweb Pay: Easily integrate fiat onramps and cross-chain crypto purchases.
  • Unity Compatibility: This SDK has been tested successfully in Unity 2021.3+ (Standalone, Mobile and WebGL).
  • Godot Compatibility: This SDK has been tested successfully in Godot .NET

Installation

To use the Thirdweb .NET SDK in your project, you can either download the source code and build it manually, or install it via NuGet package manager.

Run the following command to install:

dotnet add package Thirdweb

Documentation

Documentation Portal

Full API Reference

Need Help?

For any questions or support, visit our Support Portal.

Thank you for trying out the Thirdweb .NET SDK!