Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

StellarCN/firefly

Repository files navigation

firefly wallet Build Status

firefly is a mobile wallet for Stellar network. It supports android and ios platforms

No longer maintained.

Transfer to fchainio/firefly

You can read or edit this project personally, but not for commecial usage.

Main features:

  • Accounts
    • Import By QRCode
    • Create Random Account
    • NameCard
    • Export Account
    • Funding Account
    • Federation
    • Inflation
  • Contacts
    • Import By QRCode
    • Export QRCode
  • Assets
    • Send Asset
    • Send Asset By QRCode
    • Receive Asset
    • Trust
    • estimation (XCN)
  • Funding
    • Deposite
    • Withdraw
    • History
  • Trade
    • Custom Trade Pair
    • Order Book
    • Cancel Trade
    • Candlestick chart
    • History
  • Security
    • PIN
    • Password
    • Data Saved Locally
  • Custom horizon
  • Multi Language

Develop

# You can use cnpm or yarn instead of npm

# firefly depend on cordova7.x
npm i -g cordova@7.1.0
npm install -g cordova-hot-code-push-cli


git clone https://github.com/StellarCN/firefly.git
cd firefly
npm i
# build 
npm run build # generate js and css files
npm run chcp  # generate hot code update files
npm run cordova # download android and ios plugins
# unzip firefly/docs/resources/android-res.zip  to firefly/platforms/android/res
# unzip firefly/docs/resources/ios-Images.xcassets.zip to firefly/platforms/ios/firefly,replace folder Images.xcassets

# use android studio to open firefly/platforms/android, run for android

# use xcode to open firefly/platforms/ios, run for ios

License

firefly is released under FChain License