You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+76Lines changed: 76 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,82 @@ To create an automated release with both .deb and .flatpak packages:
81
81
- Create a new release with tag `v{version}`
82
82
- Upload both packages as `Klia-Store-beta{version}.deb` and `Klia-Store-beta{version}.flatpak`
83
83
84
+
## Crypto Donations Integration
85
+
86
+
Klia Store supports crypto donations (Bitcoin and Ethereum tokens) for app developers. Developers can add donation URLs to their Flathub apps to receive direct support from users.
87
+
88
+
### How to Add Crypto Donations to Your App
89
+
90
+
Follow these steps to enable crypto donations for your Flathub application:
91
+
92
+
#### 1. Prepare Your Wallet Addresses
93
+
94
+
You'll need one or both of the following:
95
+
-**Bitcoin (BTC)** wallet address
96
+
-**Ethereum (ETH)** wallet address (supports all ERC-20 tokens)
97
+
98
+
#### 2. Add Donation URLs to Your Flathub Manifest
99
+
100
+
Edit your app's `.metainfo.xml` file and add the donation URLs in the `<url>` section:
0 commit comments