Skip to content

A simple, well designed and easy to use mobile Bitcoin wallet. Compatible with both Android and iOS. Designed for newbies.

License

Notifications You must be signed in to change notification settings

bitcoin-dot-org/BitcoinWalletMobile

Repository files navigation

Bitcoin Wallet

Goals

Bitcoin Wallet is a mobile wallet meant for new users to get started using Bitcoin.

Features

  • All addresses by default are Segwit (P2WPKH-nested-in-P2SH)
  • Hierarchical deterministic keys
  • BIP-39 mnemonic 12 word seed
  • ElectrumX backend for quick sync
  • Adjust fees between 3 built-in levels
  • Ability to use fiat amounts to transact

Want to add a new feature?

The philosophy of this wallet is simplicity! Rather than adding new features, you are strongly urged to remove existing features where possible instead. When adding a new feature, you should ask yourself whether it's something which would benefit the average user of the wallet. In this way, rather than the wallet growing more complex with time, it will hopefully become more simpler.

PR's or issues discussing adding features like Multi-sig, or Lightning, or RBF, and other such things will immediately be closed. It's understandable the types of people that contribute to Bitcoin software on Github are "power users", but having a wallet with a gazillion features isn't in line with the philosophy here.

Adding or updating languages

Adding a language is simple, you need to create a new file in this directory https://github.com/bitcoin-dot-org/BitcoinWalletMobile/tree/master/lang with the name <language_code>.ts, for example es.ts currently contains the Spanish translations. When translating, keep in mind there are layout concerns, so try to make sure the text isn't too long, otherwise it might cause things to appear strange. This is a bigger concern in languages in which simple English words have really long equivalents.

Updating a language is as easy as updating the file with the translations in it. Some non-English translation files may have English text in some parts, this is because there may be new words or phrases added to the wallet that haven't had the chance to be translated yet. You may want to periodically look through translation files for languages you want to translate to see if any new words need to be translated.

We appreciate all translators and may from time to time reward contributions with BTC, so make sure to leave your Bitcoin address in your Github profile if you're regularly making translation contributions to this project.

Project Setup

yarn install

Make sure rn-nodify is run

yarn postinstall

Install pods (for iOS)

npx pod-install

Running on iOS

yarn run ios

Running on Android

Make sure you have Android studio set up and running either an emulator or a physical device

yarn run android

Cleaning the project

You may need to sometimes clean the project if something goes wrong:

yarn clean

About

A simple, well designed and easy to use mobile Bitcoin wallet. Compatible with both Android and iOS. Designed for newbies.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •