diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index aab282f3..b8716cda 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -131,6 +131,23 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurecentralized" privacynetwork: "checkpassprivacynetworksupporttorproxy" + android: + text: "walletelectrum" + link: "https://play.google.com/store/apps/details?id=org.electrum.electrum" + source: "https://github.com/spesmilo/electrum" + screenshot: "electrumandroid.png" + os: + - android + check: + control: "checkgoodcontrolfull" + validation: "checkpassvalidationspvservers" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosureaccount" + privacynetwork: "checkfailprivacynetworknosupporttor" - msigna: title: "mSIGNA" titleshort: "mSIGNA" diff --git a/img/screenshots/electrumandroid.png b/img/screenshots/electrumandroid.png new file mode 100644 index 00000000..8c4fa8f0 Binary files /dev/null and b/img/screenshots/electrumandroid.png differ