Methw / firefly

Firefly is a mobile wallet for Stellar ecosystem

Home Page:https://wallet.fchain.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firefly wallet Build Status

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

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

git clone https://github.com/stellarcn/firelfy.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 MIT License

About

Firefly is a mobile wallet for Stellar ecosystem

https://wallet.fchain.io/

License:MIT License


Languages

Language:Vue 74.2%Language:JavaScript 23.1%Language:CSS 2.2%Language:HTML 0.5%