To run the example project, clone the repo, and run pod install
from the Example directory first.
Currently the following blockchain coins are supported
- Bitcoin
- Litecoin
- Etherium
- Etherium Classic
- Ripple
- Bitcoin Cash
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
SVBlockchain is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SVBlockchain'
Sushant Verma
SVBlockchain is available under the MIT license. See the LICENSE file for more info.