Skip to content
๐ŸŽ‰ Welcome! Translations are currently experimental. | ็ฟป่จณใฏ็พๅœจๅฎŸ้จ“็š„ใงใ™ใ€‚ | ็ฟป่ฏ‘็›ฎๅ‰ๅค„ไบŽๅฎž้ชŒ้˜ถๆฎตใ€‚
Click here to submit feedback! | ใ“ใ“ใ‚’ใ‚ฏใƒชใƒƒใ‚ฏใ—ใฆใƒ•ใ‚ฃใƒผใƒ‰ใƒใƒƒใ‚ฏใ‚’้€ไฟกใ—ใฆใใ ใ•ใ„๏ผ | ็‚นๅ‡ป่ฟ™้‡Œๆไบคๅ้ฆˆ๏ผ
BuildSDKs.NET SDK
โ—

This SDK is currently in beta. Please report any issues you encounter by creating an issue in the aptos-labs/aptos-dotnet-sdk repository.

Aptos .NET SDK (Beta)

Integrate Aptos Web3 capabilities within your .NET applications. The goal of this SDK is to provide a set of tools for developers to build multi-platform applications across compatible game engines and platforms.

Supported Features

  • Binary Canonical Serialization (BCS) encoding and decoding
  • Ed25519, SingleKey, MultiKey, and Keyless signer support
  • Utilities for transaction building, signing, and submission
  • Abstractions over the Aptos Fullnode and Indexer APIs
  • Aptos Names (ANS) support for resolution and lookup

Installation

The .NET SDK is available on NuGet.

You can install the .NET SDK using the following command:

dotnet add package Aptos

Gaming Integrations

Begin using the Aptos .NET SDK in your game engine of choice.

Compatibility

.NET VersionSupportedTarget Game Engines
.NET Standard 2.1โœ…Unity
.NET 6.0โœ…Godot
.NET 7.0โœ…Godot (Android)
.NET 8.0โœ…Godot (iOS)

Resources