-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add developer wallet features to fakewallet #862
Comments
We do have support for importing a private key into mwallet via a local gradle property. We could add that to fake wallet, but this still requires a dev to build the app from source. |
RE: transaction inspection. This is a technical challenge. We don't have the capacity to build this ourselves, but mwallet does support transaction simulation via Blowfish. The UI is super basic and could be expanded, but we will need to rely of Blowfish or a similar provider for the transaction sim. I wont add this to fakewallet because that is beyond the scope of its purpose - testing MWA |
mwallet also supports fingerprint authentication FYI We should separate these features into 2 categories: what is necessary for developing/testing an MWA implementation, and what is more for UX demonstration. Fakewallet should be reserved for testing only. Items for FakeWallet (and likely mwallet as well):
Remaining items for mwallet only:
|
IMO this should be the focus, so we can hold off on changes to mwallet. As for the two changes to fakewallet, I agree with them. APK could even be distributed on a per-need basis rather than a hosted link. |
Context
fakewallet
can be improved upon to make it the go-to Android wallet for developer testing MWA. This issue aims to track feature requests and ideas that can makefakewallet
a more fleshed out developer wallet.Motivations
fakewallet
loads much faster than a Phantom/Solflare which are prone to lag and crashing when using MWA on an emulator.Ideas
The text was updated successfully, but these errors were encountered: