diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index cc164a05..58532de7 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -616,6 +616,28 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosureaccount" privacynetwork: "checkpassprivacynetworksupporttorproxy" +- coinapult: + title: "Coinapult" + titleshort: "Coinapult" + compat: "web" + level: 4 + platform: + web: + text: "walletcoinapult" + link: "https://coinapult.com/" + screenshot: "coinapult.png" + os: + check: + control: "checkfailcontrolthirdparty" + validation: "checkfailvalidationcentralized" + transparency: "checkfailtransparencyremote" + environment: "checkfailenvironmentdesktop" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosureaccount" + privacynetwork: "checkpassprivacynetworksupporttorproxy" + - circle: title: "Circle" titleshort: "Circle" diff --git a/_translations/en.yml b/_translations/en.yml index 61f0f02d..3525896d 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -125,6 +125,7 @@ en: wallettrezor: "TREZOR is a hardware wallet providing a high level of security without sacrificing convenience. Unlike cold storage, TREZOR is able to sign transactions while connected to an online device. That means spending bitcoins is secure even when using a compromised computer." wallethw1: "HW.1 is a hardware wallet built upon a ST23YT66 banking smartcard platform. It keeps the user private keys safe, validates transactions, can be used as a secure prepaid card or a multisignature party. While not open-source, it can be deterministically validated." walletninki: "Ninki is a multi-signature wallet with a beautiful user interface that makes sending bitcoin as easy as email. You have full control of your bitcoins at all times." + walletcoinapult: "Coinapult's wallet is designed with Bitcoin newcomers in mind. It allows sending bitcoins via email and SMS, and a handy tool called Locks helps protecting your balance from Bitcoin price swings. Users can Lock bitcoins to Gold, Euros, and more!" walletdownload: "Install" walletvisit: "Visit website" walletsourcecode: "Source code" diff --git a/img/screenshots/coinapult.png b/img/screenshots/coinapult.png new file mode 100644 index 00000000..e699ad54 Binary files /dev/null and b/img/screenshots/coinapult.png differ diff --git a/img/wallet/coinapult.png b/img/wallet/coinapult.png new file mode 100644 index 00000000..2e84c254 Binary files /dev/null and b/img/wallet/coinapult.png differ