BitcoinCore
is a core package that implements a full Simplified Payment Verification (SPV
) client in Swift
. It implements Bitcoin P2P Protocol
and can be extended to be a client of other Bitcoin forks.
- Xcode 15.4+
- Swift 5.10+
- iOS 14.0+
dependencies: [
.package(url: "https://github.com/sunimp/BitcoinCore.git", .upToNextMajor(from: "1.0.0"))
]
The BitcoinCore
toolkit is open source and available under the terms of the MIT License.