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>))
]