All Projects → balance-io → Balance Open

balance-io / Balance Open

Licence: gpl-3.0
Balance Open: A GPL3-licensed macOS menu bar app for all the world’s currencies.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Balance Open

Blockchainstore
💰 Retail Store that runs on Ethereum
Stars: ✭ 425 (+52.33%)
Mutual labels:  ethereum, bitcoin, ethereum-dapp
Golden Wallet React Native
Golden - Best Wallet Ever
Stars: ✭ 201 (-27.96%)
Mutual labels:  bitcoin, ethereum-dapp, bitcoin-wallet
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+1181.72%)
Mutual labels:  ethereum, bitcoin, ethereum-dapp
Blockchain
区块链技术
Stars: ✭ 28 (-89.96%)
Mutual labels:  ethereum, bitcoin, ethereum-dapp
Hdwallet
Simple Swift library for creating HD cryptocurrencies wallets and working with crypto Coins/ERC20 tokens.
Stars: ✭ 80 (-71.33%)
Mutual labels:  ethereum, bitcoin, bitcoin-wallet
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (-50.18%)
Mutual labels:  ethereum, bitcoin, ethereum-dapp
Bitcoinwallet
Bitcoin and ETH wallet
Stars: ✭ 124 (-55.56%)
Mutual labels:  ethereum, bitcoin, bitcoin-wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-40.86%)
Mutual labels:  ethereum, bitcoin, ethereum-dapp
Nemosminer
NemosMiner multi algo profit switching NVIDIA miner
Stars: ✭ 224 (-19.71%)
Mutual labels:  ethereum, bitcoin
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-18.28%)
Mutual labels:  ethereum, bitcoin
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (-3.58%)
Mutual labels:  iphone, mac
Cryptoexchange
[UNMAINTAINED] Ruby library to query market data from cryptocurrency exchanges (https://www.coingecko.com)
Stars: ✭ 272 (-2.51%)
Mutual labels:  ethereum, bitcoin
Introducing Ethereum And Solidity
Programming examples from the book.
Stars: ✭ 221 (-20.79%)
Mutual labels:  ethereum, bitcoin
Aragon Apps
(Aragon 1) Aragon apps developed by Aragon Core Devs (smart contracts + webapps)
Stars: ✭ 278 (-0.36%)
Mutual labels:  ethereum, ethereum-dapp
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-24.73%)
Mutual labels:  ethereum, bitcoin
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (-14.7%)
Mutual labels:  ethereum, bitcoin
Etheratom
Solidity compilation and Ethereum contract execution interface for hackable atom editor
Stars: ✭ 242 (-13.26%)
Mutual labels:  ethereum, ethereum-dapp
Nicehashquickminer
Super simple & easy Windows 10 cryptocurrency miner made by NiceHash.
Stars: ✭ 211 (-24.37%)
Mutual labels:  ethereum, bitcoin
Merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
Stars: ✭ 238 (-14.7%)
Mutual labels:  ethereum, bitcoin
Coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (-9.32%)
Mutual labels:  ethereum, bitcoin


An app for all the world’s currencies



Balance Open Menubar App

Installation

  1. Make sure you have Xcode 9 as the app is now written in Swift 4
  2. Clone the repository: git clone [email protected]:balancemymoney/balance-open.git
  3. Open the project in Xcode
  4. Disable signing for debug builds or alternatively change the app bundle ID and sign with your developer account
  5. Build and run from Xcode

Updating dependencies

We use carthage for dependency management, however we check in all built frameworks, so it is not necessary to run any carthage commands.

However, if moving to a new Swift version, or for other reasons, it may be necessary to rebuild them using carthage update --platform "osx, ios".

The easiest way to install Carthage is to install Homebrew by running /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" and then run brew install carthage.

If you already have Homebrew installed, make sure to run brew update && brew upgrade first to to make sure you have the latest version of Carthage.

If for some reason the sqlcipher needs to be updated (you should never need to do this), run the build_sqlcipher script in the root of this repository and then move the libsqlcipher.a file that it creates on your desktop to the ./Balance/Shared/Frameworks/ folder.

Contributing

  • If you need help or you'd like to ask a general question, open an issue.
  • If you found a bug, open an issue.
  • If you have a feature request, comment, upvote or create a new Trello card.
  • If you want to contribute, submit a pull request.
  • Extra: If you choose to build with debug code signing disabled, since we use keychain you will be prompted on this screen at least once for every exchange you have connected. You should press "Always allow", though after about a minute or so it will forget the choice and prompt again on the next run. We haven't found a better way to do this yet.
screen shot 2017-10-25 at 17 15 19
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].