Skip to content

sushant-here/SVBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVBlockchain

Travis Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Supported coins / blockchains

Currently the following blockchain coins are supported

  • Bitcoin
  • Litecoin
  • Etherium
  • Etherium Classic
  • Ripple
  • Bitcoin Cash

Usage

Simple to use!...

let service = BitcoinService()

service.coinsForAddress(address: "1DECAF2uSpFTP4L1fAHR8GCLrPqdwdLse9", withCallback: { (number) in
// 'number' constains the balance for this bitcoin
})

for for assistance see Tests.swift in the example pod

Installation

SVBlockchain is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SVBlockchain'

Author

Sushant Verma

License

SVBlockchain is available under the MIT license. See the LICENSE file for more info.

About

Blockchain account balance querying for iOS apps!

Resources

License

Stars

Watchers

Forks

Packages

No packages published