Cryptomover will be joining this round of SBC with an open source Stellar wallet.
Wallet features:
1. Trezor integration
2. Real-time NAV calculation
The wallet is hosted at http://13.229.82.64/, we have not yet complete all the functions.

Functions completed:
Account balance display
Sending lumen and sending asset functions
Transaction history review
Trezor integration

Functions to be complete
A NAV calculation of the USD value of the assets
Trusting assets functions

15 days later

We would like to report the progress of this project in the past two weeks.
1. The Ruby on Rail wallet is now sitting on https://cryptomover.tech/.
2. We have open-sourced the project at: https://github.com/cryptomover-code/stellar-rails
3. The Trezor integration is now working, the user will need to specify a bip44 path (default number we are choosing is m/49'/10'/0').
4. The real-time USD value of the asset is now displayed. The price is determined by the last traded price on SDEX.
5. The trusting asset function has ben enabled. Users can trust the asset by selecting one from the asset list or manually type in the asset code and asset Issuer address.
6. The transaction history display has been improved.

Things to do:
1. Enable multi-signature
2. Improve the transaction history to display transactions other than 'payments' and 'create_account'.

    dzham Thanks for the feedback, we will consider that and post the updates shortly.

    a year later