All Projects → StellarCN → firefly

StellarCN / firefly

Licence: other
Firefly is a mobile wallet for Stellar ecosystem

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to firefly

Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (+1066.67%)
Mutual labels:  cordova, vue2
Quasar Awesome
🎉 A list of awesome things related to Quasar
Stars: ✭ 995 (+1742.59%)
Mutual labels:  cordova, vue2
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+3590.74%)
Mutual labels:  cordova, vue2
KnzkApp
A Open-Source Mastodon Client
Stars: ✭ 42 (-22.22%)
Mutual labels:  cordova
lavas-cnode
A PWA for cnodejs.org written by Baidu-Lavas.
Stars: ✭ 13 (-75.93%)
Mutual labels:  vue2
GoJS-projects
Project examples for GoJS
Stars: ✭ 45 (-16.67%)
Mutual labels:  cordova
travis-ci-ionic-yml
An example configuration of Ionic/cordova + NPM + AngularJS + Android continuous integration setup on Travis CI
Stars: ✭ 21 (-61.11%)
Mutual labels:  cordova
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (-35.19%)
Mutual labels:  stellar
vue-split-carousel
a carousel component for vue, meanwhile display several carousel item
Stars: ✭ 37 (-31.48%)
Mutual labels:  vue2
svelte-cordova-boilerplate
📱 Create a mobile app with this friendly Svelte boilerplate for apache cordova. Made easy your android app and ios app
Stars: ✭ 23 (-57.41%)
Mutual labels:  cordova
tdesign-vue-starter
A starter-kit for TDesign Vue UI components.
Stars: ✭ 199 (+268.52%)
Mutual labels:  vue2
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (-37.04%)
Mutual labels:  cordova
vue-movie
基于vue2.0构建的在线电影网【film】,webpack+vue+vuex+keepAlive+muse-ui+cordova 全家桶,打包成APP
Stars: ✭ 185 (+242.59%)
Mutual labels:  cordova
stellarator
Cowrie exchange API for converting between fiat currencies and crypto currencies
Stars: ✭ 27 (-50%)
Mutual labels:  stellar
cordova-webos
[DEPRECATED] Apache Cordova webos
Stars: ✭ 20 (-62.96%)
Mutual labels:  cordova
cordova-set-version
CLI and JavaScript API for setting the version in Apache Cordova config.xml
Stars: ✭ 19 (-64.81%)
Mutual labels:  cordova
ionic-vue-mobile-template-03
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 62 (+14.81%)
Mutual labels:  cordova
ic-firebase-uploader
This component is a multi-file uploader for firebase
Stars: ✭ 21 (-61.11%)
Mutual labels:  vue2
vue-unstated
A tiny state management library for Vue Composition API.
Stars: ✭ 30 (-44.44%)
Mutual labels:  vue2
stellar-quest-go
Go solutions for Stellar Quest.
Stars: ✭ 17 (-68.52%)
Mutual labels:  stellar

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.

中文文档

DAPP API文档

Help Document

RoadMap

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 [email protected]
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].