Skip to content

taozhuo/chain-ios-wallet-demo

Repository files navigation

Chain iOS Wallet Demo

A Touch ID iOS Bitcoin wallet built on the Chain API.

Summary

This open source Bitcoin wallet uses the iOS 8 Touch ID API to securely store your private key in your Apple Keychain, which can only be accessed with your fingerprint.

Fork it and build something great!

Installation

Chain Wallet uses the Chain API iOS SDK and BitcoinCore, both included as CocoaPods.

To install, first run:

pod install

Then open the workspace file in XCode:

Chain Wallet.xcworkspace

Finally, get a Chain API token at Chain.com and define the following in CNAppDelegate.m:

[Chain sharedInstanceWithToken:@"{YOUR-API-TOKEN}"];  

Requirements

Chain Wallet requires iOS 8 and Touch ID (currently available on the iPhone 5s).

About Chain

Chain is a powerful API that makes it easy to build Bitcoin applications - without managing complicated block chain infrastructure. We believe that virtual currency is only the first of thousands of applications that will be built on the block chain, and we are excited to provide the platform that allows you to focus on creating great products.

We want to understand your needs and build along side you. So don’t hesitate to request features, make suggestions, or just say hello.

About

A Touch ID iOS Bitcoin wallet built on the Chain API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published