Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soffes/coins
Bitcoin value tracker
https://github.com/soffes/coins
Last synced: 3 months ago
JSON representation
Bitcoin value tracker
- Host: GitHub
- URL: https://github.com/soffes/coins
- Owner: soffes
- License: mit
- Archived: true
- Created: 2013-12-20T18:24:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T22:21:23.000Z (almost 10 years ago)
- Last Synced: 2024-06-03T23:45:57.166Z (5 months ago)
- Language: Swift
- Homepage: http://getcoinsapp.com
- Size: 8.78 MB
- Stars: 165
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
- Changelog: Changelog.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Coins
A simple app to see how much your wallet is worth. It's like [Shares](http://getsharesapp.com) but for Bitcoin.
## Building
You’ll need [CocoaPods](http://cocoapods.org) to build Coins. See their [getting start guide](http://guides.cocoapods.org/using/getting-started.html#getting-started) if you don’t already have CocoaPods.
You'll also need [Carthage](https://github.com/Carthage/Carthage). See their [installation guide](https://github.com/Carthage/Carthage#installing-carthage) if you don't already have Carthage installed. (Eventually, I'd love to just have Carthage instead of both.)
Xcode 6.0 or higher is required.
Simply run `pod install`, `carthage update`, open `Coins.xcworkspace`, and build the *Coins* target to run the app.
## Related Repos
* [Coins Website](https://github.com/nothingmagical/getcoinsapp.com)
* [Coins for Android](https://github.com/nothingmagical/coins-android)## License
Coins is released under the [MIT license](LICENSE). While the license says you can do whatever you want with it, I'd apprecaite it if you don't release an exact copy to the App Store. This is released as an open source project primarily for educational purposes. That said, there's nothing stopping you from doing whatever you want with it.