Add Ethereum and f-droid to readme (#1031)
* Add Ethereum and f-droid to readme skip-ci * minor fixes [skip ci] fix wrong indentation for adding new localization text --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
Justin Ehrenhofer committed
Aug 10, 2023 at 11:07 UTC
f6d76a6bb622fb9d1f4f2f034271835a6674a723
1 file changed
+12
-4
README.md
+12
-4
@@ -7,6 +7,7 @@
7
* Website: https://cakewallet.com
8
* App Store (iOS / MacOS): https://cakewallet.com/ios
9
* Google Play: https://cakewallet.com/gp
10
+* F-Droid: https://fdroid.cakelabs.com
11
* APK: https://github.com/cake-tech/cake_wallet/releases
12
* Linux: https://github.com/cake-tech/cake_wallet/releases
13
@@ -17,9 +18,8 @@
18
* Completely noncustodial. *Your keys, your coins.*
19
* Built-in exchange for dozens of pairs
20
* Easily pay cryptocurrency invoices with fixed rate exchanges
20
-* Buy cryptocurrency (BTC/LTC/XMR) with credit/debit/bank
21
+* Buy cryptocurrency (BTC/LTC/XMR/ETH) with credit/debit/bank
22
* Sell cryptocurrency by bank transfer
22
-* Purchase gift cards at a discount using only an email with [Cake Pay](https://cakepay.com), available in-app
23
* Scan QR codes for easy cryptocurrency transfers
24
* Create several wallets
25
* Select your own custom nodes/servers
@@ -32,6 +32,7 @@
32
* Convenient exchange and sending templates for recurring payments
33
* Create donation links and invoices in the receive screen
34
* Robust privacy settings (eg: Tor-only connections)
35
+* Robust security settings (eg: Cake 2FA)
36
37
### Monero Specific Features
38
@@ -40,13 +41,19 @@
41
* Specify restore height for faster syncing
42
* Specify multiple recipients for batch sending
43
* Optionally set Monero nodes as trusted for faster syncing
44
+* Specify a proxy for Monero nodes, compatible with Tor and i2p
45
46
### Bitcoin Specific Features
47
48
* Bitcoin coin control (specify specific outputs to spend)
49
* Automatically generate new addresses
50
* Specify multiple recipients for batch sending
49
-* Sell BTC for USD
51
+
52
+### Ethereum Specific Features
53
+
54
+* Store ETH and all ERc-20 tokens
55
+* Add custom tokens by contract address
56
+* Enable or disable Etherscan for transaction history
57
58
### Litecoin Specific Features
59
@@ -69,6 +76,7 @@
76
* Website: https://monero.com
77
* App Store (iOS): https://apps.apple.com/app/id1601990386
78
* Google Play: https://play.google.com/store/apps/details?id=com.monero.app
79
+* F-Droid: https://fdroid.cakelabs.com
80
* APK: https://github.com/cake-tech/cake_wallet/releases
81
82
# Support
@@ -123,7 +131,7 @@ Edit the applicable `strings_XX.arb` file in `res/values/` and open a pull reque
131
132
2. Edit the strings in this file, replacing XXX below with the translation for each string.
133
126
-`"welcome" : "Welcome to",` -> `"welcome" : "XXX",`
134
+`"welcome": "Welcome to",` -> `"welcome": "XXX",`
135
136
3. For strings where there is a variable, denoted by a $ symbol and braces, such as ${status}, the string in braces should not be translated. For example, when editing line 106:
137