hakonamatata / Campfire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Campfire - A secure Firo wallet

Campfire is a Firo thin client written in Dart with powerful features.

Playstore

Feature List

✅ View transaction worth in fiat when sent/received to the wallet AND current worth

✅ Preview transaction before sending

  • View amount being sent + fee in FIRO, sats, or fiat currency

✅ Custom Electrum server support

✅ 15 Currencies supported

✅ And many more...

Build and run

Prerequisites

  • Flutter SDK Requirement (>=2.10.2, up until <3.0.0)
  • Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)

After that download the project and init the submodules

git clone https://github.com/cypherstack/Campfire.git
cd Campfire
git submodule update --init --recursive

Building plugins for Android

cd crypto_plugins/flutter_liblelantus/scripts/android/
// note if you are on a mac go one directory further to android_on_mac
./build_all.sh
// when finished go back to the root directory
cd ../../../..

Building plugins for IOS

cd crypto_plugins/flutter_liblelantus/scripts/ios/
./build_all.sh
// when finished go back to the root directory
cd ../../../..

Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands:

flutter pub get
flutter run

About

License:MIT License


Languages

Language:Dart 99.6%Language:Ruby 0.2%Language:Kotlin 0.1%Language:Swift 0.1%Language:Objective-C 0.0%