Sign inSign up

overcat/firefly

By overcat

Updated over 8 years ago

https://github.com/StellarCN/firefly

Image
0

836

overcat/firefly repository overview

firefly wallet Build Status

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

Help Document

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
  • Funding
    • Deposite
    • Withdraw
  • Trade
    • Custom Trade Pair
    • Order Book
    • Cancel Trade
  • Security
    • PIN
    • Password
    • Data Saved Locally
  • Custom horizon
  • Multi Language

Building

npm install -g cordova
npm install
npm run build
cordova prepare
Build APK Need
  • android studio
  • android sdk 19 +
Build IPA Need
  • xcode
Want to build Android application from source code in a easy way?

You need to make sure your computer has Docker installed, then run the following command

docker run -it --rm -v `pwd`/fireflyapk:/fireflyapk overcat:firefly

you can find the generated APK in the fireflyapk folder.

License

firefly is released under MIT License

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

over 8 years ago

docker pull overcat/firefly