/BurstKit

Burstcoin Swift Development Framework

Primary LanguageSwiftGNU General Public License v3.0GPL-3.0

BurstKit

Burstcoin Swift Development Framework

BurstKit simplifies integrating with the Burst API for iOS devices. It provides wrappers for the Burst API's and implements Crypto utilities needed for key generation and signing.

Using Burst API's in Swift

let service = BurstService(session: URLSession.shared)
service.getUnconfirmedTransactions(url: nil, account: account, apiCompletion: completion(
  onResult: { response in
    // BurstUnconfirmedTransactions
  },
  onError: { error in
    // Handle Error
  }
))

Installing with Carthage

github "aprock/BurstKit"

Please support the developers of the software you use. Value for value. BURST-R6ZV-YLNR-HG6H-EA67D


Released under GPL v3 License - Copyright (c)