|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<component type="desktop-application"> |
| 3 | + <id>org.axe.electrum.electrum_axe</id> |
| 4 | + <name>Axe Electrum</name> |
| 5 | + <developer_name>Thomas Voegtlin, et al.</developer_name> |
| 6 | + <launchable type="desktop-id"> |
| 7 | + org.axe.electrum.electrum_axe.desktop |
| 8 | + </launchable> |
| 9 | + <content_rating type="oars-1.1"/> |
| 10 | + <summary>Lightweight Axe client</summary> |
| 11 | + <description> |
| 12 | + <p> |
| 13 | + Axe Electrum's focus is speed and simplicity, with low resource |
| 14 | + usage. It uses remote servers that handle the most complicated |
| 15 | + parts of the Axe system, and it allows you to recover your |
| 16 | + wallet from a secret phrase. |
| 17 | + </p> |
| 18 | + <p> |
| 19 | + Do not trust. Verify. |
| 20 | + |
| 21 | + Axe Electrum verifies that your transactions |
| 22 | + are in the Axe blockchain. |
| 23 | + |
| 24 | + Because Axe is not about trust, |
| 25 | + It is about freedom and independence. |
| 26 | + </p> |
| 27 | + <p> |
| 28 | + Main features are: |
| 29 | + </p> |
| 30 | + <ul> |
| 31 | + <li> |
| 32 | + Safe: Your private keys are encrypted and never leave your computer |
| 33 | + </li> |
| 34 | + <li> |
| 35 | + Forgiving: Your funds can be recovered from a secret phrase |
| 36 | + </li> |
| 37 | + <li> |
| 38 | + Instant On: Axe Electrum is fast, because it uses servers that |
| 39 | + index the Axe blockchain |
| 40 | + </li> |
| 41 | + <li> |
| 42 | + No lock-In: You can export your private keys and use them in |
| 43 | + other Axe clients |
| 44 | + </li> |
| 45 | + <li> |
| 46 | + No Downtimes: Axe Electrum servers are decentralized and |
| 47 | + redundant. Your wallet is never down |
| 48 | + </li> |
| 49 | + <li> |
| 50 | + Proof Checking: Axe Electrum Wallet verifies all the transactions |
| 51 | + in your history using SPV |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + Cold Storage: Keep your private keys offline, and go online |
| 55 | + with a watching-only wallet |
| 56 | + </li> |
| 57 | + <li> |
| 58 | + Multisig: Split the permission to spend your coins between |
| 59 | + several wallets |
| 60 | + </li> |
| 61 | + <li> |
| 62 | + Add-ons: Axe Electrum supports third-party plugins: Multisig |
| 63 | + services, Hardware wallets, etc |
| 64 | + </li> |
| 65 | + </ul> |
| 66 | + </description> |
| 67 | + <metadata_license>CC0-1.0</metadata_license> |
| 68 | + <project_license>MIT</project_license> |
| 69 | + <url type="homepage">https://axerunners.com</url> |
| 70 | + <url type="bugtracker"> |
| 71 | + https://github.com/axerunners/electrum-axe/issues |
| 72 | + </url> |
| 73 | + <url type="help"> |
| 74 | + https://docs.axecore.net/en/stable/wallets/index.html#axe-electrum-wallet |
| 75 | + </url> |
| 76 | + <translation/> |
| 77 | + <screenshots> |
| 78 | + <screenshot> |
| 79 | + <image>https://user-images.githubusercontent.com/992125/82673021-d519b980-9c49-11ea-82b5-41379c5db79e.png</image> |
| 80 | + <caption>App main window with transactions history</caption> |
| 81 | + </screenshot> |
| 82 | + <screenshot> |
| 83 | + <image>https://user-images.githubusercontent.com/992125/82673022-d5b25000-9c49-11ea-826f-4ed33f3f0c2a.png</image> |
| 84 | + <caption>App main window "Send" tab</caption> |
| 85 | + </screenshot> |
| 86 | + </screenshots> |
| 87 | + <releases> |
| 88 | + <release date="2020-05-15" version="3.3.8.5"> |
| 89 | + <description> |
| 90 | + <p>2020-05-15 bug-fixes release:</p> |
| 91 | + <ul> |
| 92 | + <li> |
| 93 | + PrivateSend: Check on small amount of minimal denoms and propose |
| 94 | + to make new small denoms tx from single larger denom (no change) |
| 95 | + </li> |
| 96 | + <li> |
| 97 | + PrivateSend: fixes related to keypairs cleanup, fix PS balance |
| 98 | + when other ps coins is presented |
| 99 | + </li> |
| 100 | + <li> |
| 101 | + PrivateSend: block receiving GUI during mixing to prevent |
| 102 | + interfering with addresses reserved for PS use |
| 103 | + </li> |
| 104 | + <li> |
| 105 | + Android: add button to start Orbot on wallet startup if |
| 106 | + Tor is not detected, fix versionCode for arm64-v8a apk |
| 107 | + </li> |
| 108 | + </ul> |
| 109 | + </description> |
| 110 | + </release> |
| 111 | + </releases> |
| 112 | + <update_contact> |
| 113 | + https://github.com/axerunners/electrum-axe/issues |
| 114 | + </update_contact> |
| 115 | + <url type="translate">https://www.transifex.com/axecore/axe-electrum</url> |
| 116 | +</component> |
0 commit comments