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 cryptopower to /wallets #1144

Merged
merged 2 commits into from
Oct 13, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/data/wallets/wallets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@
- title: Release notes
url: https://github.com/decred/dcrdex/blob/master/docs/release-notes/release-notes-0.6.3.md

- id: cryptopower
name: Cryptopower
tags:
- core_software
highlight: true
links:
- title: Download and release notes
url: https://github.com/crypto-power/cryptopower/releases/tag/release-v1.0.0
- title: Website
url: https://cryptopower.dev

- id: commandline
name: Command-line app suite
tags:
Expand Down
1 change: 1 addition & 0 deletions transifex_catalogs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"downloads_category_hardware_wallets": "Hardware wallets",
"downloads_app_decrediton": "Graphical UI wallet for Windows, macOS and Linux.",
"downloads_app_dcrdex": "Multi-coin light wallet with DEX support. No staking or advanced wallet features.",
"downloads_app_cryptopower": "Multi-coin light GUI wallet for DCR, BTC and LTC. Built purely in Go.",
"downloads_app_commandline": "A cross-platform, automatic installer/updater for the command-line applications.",
"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