AsafFisher / BurstKit

Burstcoin Swift Development Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Burstcoin Swift Development Framework

License:GNU General Public License v3.0


Languages

Language:Swift 42.0%Language:C 39.2%Language:Objective-C 18.8%