SwiftBTC provides bitcoin-specific convenience functions and types.
Including
- Base58 encoding
- Bech32 encoding
- Bech32 addresses
- Bip21 - URI Scheme
- Bip39 - Mnemonic code
- Bitcoin unit data type
- Fiat currency type
- p2pkh & p2sh addresses
- Satoshi data type
To run the example project, clone the repo, and run pod install
from the Example directory first.
SwiftBTC is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SwiftBTC'
Otto Suess, ottosuess@protonmail.com
SwiftBTC is available under the MIT license. See the LICENSE file for more info.