Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 749 Bytes

index.md

File metadata and controls

22 lines (15 loc) · 749 Bytes
_layout
landing

Aptos .NET SDK API Reference

This is the full API reference for the Aptos .NET SDK.

Installation

The SDK is published onto NuGet where you can install it using the following command:

dotnet add package Aptos

Explore

  • Aptos: The main namespace for interacting with the Aptos blockchain.
  • Aptos.Core: Core utilities for the SDK.
  • Aptos.Schemes: All authentication schemes supported in the SDK.
  • Aptos.Exceptions: All data types for exceptions thrown by the SDK.