AndreasGassmann
AndreasGassmann
Thanks. I think that's actually already tracked in our internal issue board. But I'll leave this open so we don't forget it :)
Hi. We are generally open to adding new currencies to AirGap. This is from our FAQ page: > Our main focus is security. Adding new coins can decrease security if...
I would instead propose integrating [SSKR](https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2020-011-sskr.md). SLIP39 does not support roundtrips with BIP39 seed phrases, meaning that it's not possible to create a sharded backup of an existing BIP39 seed....
Hey, thanks for the suggestion. We have been thinking about a feature just like that, but decided to just release the moderation commands and wait for some feedback first. I...
Thanks for the response. If you don't mind I would keep this ticket open so we can have more detailed discussions once everything else is ready. But if you prefer...
Hi Jaco. We made some progress in the last few months. We finalised the message format that is used to communicate between dApps and wallets. I forked the polkadot.js.org dApp...
Thanks for the response, that sounds very promising already. The data that should be displayed as a QR code can be obtained through the `DAppClient` instance. I will prepare a...
Hi, sorry for the late reply. We generally advise users to generate a new secret when starting to use AirGap because of the risk that the "old" key was leaked...
I've never had this issue, It sounds like a problem with the secure storage. Did you follow our build instructions? Android: https://github.com/airgap-it/airgap-vault/blob/master/build/android/Dockerfile iOS: https://github.com/airgap-it/airgap-vault/blob/master/.gitlab-ci.yml#L59 WalletScrutiny is able to independently reproduce...
Yes the file is still inside the container at the root level. You should be able to copy it out of the container using: ``` $ docker cp :/android-release-unsigned.apk android-release-unsigned.apk...