Skip to content

burst-apps-team/BurstKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published