Skip to content
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 Android & iOS Cryptopower to /wallets #1170

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/assets/scss/_wallets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
display: inline-block;
white-space: nowrap;
margin-bottom: 7px;
margin-right: 3px;
margin-right: 2px;

a {
color: $white;
Expand Down
13 changes: 11 additions & 2 deletions src/data/wallets/wallets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,17 @@
- core_software
highlight: true
links:
- title: iOS
url: https://apps.apple.com/us/app/cryptopower-wallet/id6472668308
is_direct_download: true
- title: Android
url: https://play.google.com/store/apps/details?id=com.dreacotdigital.cryptopower.mainnet
is_direct_download: true
- title: APK
url: https://github.com/crypto-power/cryptopower/releases/download/v1.1.2/cryptopower-v1.1.2.apk
is_direct_download: true
- title: Downloads and release notes
url: https://github.com/crypto-power/cryptopower/releases/tag/v1.0.0
url: https://github.com/crypto-power/cryptopower/releases/tag/v1.1.2
- title: Website
url: https://cryptopower.dev

Expand Down Expand Up @@ -112,4 +121,4 @@
links:
- title: Trust Wallet
url: https://trustwallet.com/
highlight: false
highlight: false
2 changes: 1 addition & 1 deletion transifex_catalogs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"downloads_category_hardware_wallets": "Hardware wallets",
"downloads_app_decrediton": "Graphical UI wallet with all Decred features: staking, voting, Lightning Network, Trezor, DEX trading, and more. Runs on Windows, macOS and Linux.",
"downloads_app_dcrdex": "Multi-coin light wallet with peer-to-peer trustless trading and basic wallet features. DCR staking is coming. See the website for a list of assets and introduction.",
"downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go. Windows, macOS, Linux and FreeBSD. Android and iOS are coming.",
"downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go. Android, iOS, Windows, macOS, Linux and FreeBSD.",
"downloads_app_commandline": "Full node daemon, wallet daemon, Lightning Network tools, politeiavoter, and more. Use the automatic installer/updater or install the standalone binaries manually.",
"downloads_app_mobilewallets": "Decred mobile wallets available for both Android and iOS platforms.",
"downloads_app_exodus": "Exodus is a friendly, all-in-one application, to secure, manage and exchange blockchain assets.",
Expand Down