Swift SDK
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.
Installation
Section titled “Installation”To install AptosKit, add the following to your Package.swift
file:
dependencies: [ .package(url: "https://github.com/mcxross/swift-aptos.git", .upToNextMajor(from: <version>))]
Example
Section titled “Example” Quickstart Integrate Aptos in < 5 minutes
iOS Demo Sample iOS app using AptosKit