Changeset View
Changeset View
Standalone View
Standalone View
web/e.cash/data/wallets.js
| Show First 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | export const wallets = [ | ||||
| name: 'Guarda Wallet', | name: 'Guarda Wallet', | ||||
| text: 'Guarda Wallet is a secure and user-friendly multi-coin wallet for managing cryptocurrencies and tokens in a non-custodial manner. Available for web, desktop, Apple, and Android.', | text: 'Guarda Wallet is a secure and user-friendly multi-coin wallet for managing cryptocurrencies and tokens in a non-custodial manner. Available for web, desktop, Apple, and Android.', | ||||
| image: '/images/guarda-wallet.png', | image: '/images/guarda-wallet.png', | ||||
| link: 'https://guarda.com/coins/ecash-wallet/', | link: 'https://guarda.com/coins/ecash-wallet/', | ||||
| availableOn: ['iOS', 'Android', 'Desktop', 'Web App'], | availableOn: ['iOS', 'Android', 'Desktop', 'Web App'], | ||||
| }, | }, | ||||
| { | { | ||||
| name: 'Trezor', | name: 'Trezor', | ||||
| text: 'Trezor is a leading multi-crypto hardware wallet that supports eCash (XEC) in combination with Electrum ABC on Trezor Safe 3, Safe 5, and Model T. Users can also sign Avalanche stake-proofs using custom firmware provided by Bitcoin ABC.', | text: 'Trezor is a leading multi-crypto hardware wallet that supports eCash (XEC) in combination with Electrum ABC. Users can also sign Avalanche stake-proofs using custom firmware provided by Bitcoin ABC on Trezor Safe 3, Safe 5, and Model T.', | ||||
| image: '/images/trezor-logo-white.png', | image: '/images/trezor-logo-white.png', | ||||
| link: 'https://trezor.io', | link: 'https://trezor.io', | ||||
| availableOn: ['Hardware Wallet'], | availableOn: ['Hardware Wallet'], | ||||
| features: ['Message Signing', 'Multi-sig wallets', 'Bip-70'], | features: ['Message Signing', 'Multi-sig wallets', 'Bip-70'], | ||||
| }, | }, | ||||
| { | { | ||||
| name: 'Satochip', | name: 'Satochip', | ||||
| text: 'Satochip is an open source and super-secure multi-crypto hardware wallet that natively supports storing eCash (XEC). Satochip cold wallet offers state-of-the-art security for storing & managing your XEC coins.', | text: 'Satochip is an open source and super-secure multi-crypto hardware wallet that natively supports storing eCash (XEC). Satochip cold wallet offers state-of-the-art security for storing & managing your XEC coins.', | ||||
| Show All 19 Lines | |||||