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

AptosKit

AptosKit is a Swift SDK for interacting with the Aptos blockchain. It provides a simple and easy-to-use interface for interacting with the Aptos blockchain.

The SDK is a Swift package export for Kaptos, a Kotlin SDK for the Aptos blockchain. It is build by making its iOS binary available as a dependency to iOS developers working on native Swift projects.

๐Ÿ’ก

AptosKit is currently under development, please give feedback here

Installation

To install AptosKit, add the following to your Package.swift file:

Package.swift
dependencies: [
    .package(url: "https://github.com/mcxross/swift-aptos.git", .upToNextMajor(from: <version>))
]

Example