Skip to content

Tamirs2702/Bitorzo-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Bitorzo - Friendly & Secure BTC Wallet

What is Bitorzo?

Bitorzo is a cross-platform mobile wallet for the Bitcoin cryptocurrency. It is written in Dart using Flutter.

secure-by design and implementation, allowing users to be in full control of their funds. Exchange Bitcoin with your contacts anywhere, anytime!

Main features:

  • Private keys never leave your device (unless the user actively exports it), and strongly encrypted on it!
  • Choose a contact and just send - easily send Bitcoin to your contacts with Bitorzo, can be done anywhere and anytime without scanning any QR codes or sending addresses on a different app / channel.
  • Protect your funds with biometrics (FaceID / Fingerprint)
  • Import/export your wallet using 24 words mnemonic (Paper wallet).
  • HD enabled - wallet never reuse addresses (BIP32, BIP44) to keep your privacy safe.
  • Dynamic transaction fees (recommended for a reasonable confirmation time).
  • Easily Send / Receive by scanning QR code (for non-contacts or non-Bitorzo users).
  • Keep track of senders/receivers identities (from your contacts).

Contributing

Building

Android (armeabi-v7a): flutter build apk Android (arm64-v8a): flutter build apk --target=android-arm64 iOS: flutter build ios

If you have a connected device or emulator you can run and deploy the app with flutter run

Have a question?

If you need any help, feel free to file an issue if you do not manage to find a solution.

License

Bitorzo is released under the MIT License

Update translations:

flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localization.dart
flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n \
   --no-use-deferred-loading lib/localization.dart lib/l10n/intl_*.arb

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.8%
  • Ruby 0.5%
  • Java 0.3%
  • Shell 0.2%
  • Objective-C 0.2%
  • Swift 0.0%