bnogal After keeping the Qt SDK updated with the last commits to the Java SDK, i am also working on the wallet i designed to demonstrate that the SDK works properly. I plan to implement these new things: -Improved security, update it to use argon hash with parameters calculated after a benchmark, so it uses as much power as available. -Multi-account support. -Inflation sign operation. -Track accounts with only the public address. -Prepare transactions only using the public address -Offline signing (Use an offline mobile to scan the transaction and generate a QR with the signed transaction, so online mobile can submit the transaction to the network after scanning it)
bnogal I didn't submit the wallet at the end as i didn't have it on time, but i would like if someone can try it in test network and give some feedback. https://play.google.com/apps/testing/org.bnogal.vega I also added capacity to operate with other than XLM asset. I really think it can be interesting, specially the functionality to sign operations offline.
bnogal it's compiled for ARM, so i dont think the apk will work on chrome, i have it ready for windows. i can also generate it for linux. To build an APK for x86 i will have to check what is wrong with my pipeline, as didn't work at first try ?