Skip to content

Commit

Permalink
Merge pull request #20 from lnbits/AddExtDescr
Browse files Browse the repository at this point in the history
Added extra description
  • Loading branch information
arcbtc authored Jun 19, 2024
2 parents b4c8bc3 + d840f40 commit eb18fda
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 2 deletions.
54 changes: 52 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,56 @@
"name": "Split Payments",
"short_description": "Split incoming payments across wallets",
"tile": "/splitpayments/static/image/split-payments.png",
"contributors": ["fiatjaf", "cryptograffiti"],
"min_lnbits_version": "0.12.5"
"min_lnbits_version": "0.11.0",
"contributors": [
{
"name": "cryptograffiti",
"uri": "https://github.com/cryptograffiti",
"role": "Idea/Sponsor"
},
{
"name": "fiatjaf",
"uri": "https://github.com/fiatjaf",
"role": "Developer"
},
{
"name": "dni",
"uri": "https://github.com/dni",
"role": "Developer"
},
{
"name": "talvasconcelos",
"uri": "https://github.com/talvasconcelos",
"role": "Developer"
},
{
"name": "prusnak",
"uri": "https://github.com/prusnak",
"role": "Developer"
},
{
"name": "arbadacarbaYK",
"uri": "https://github.com/arbadacarbaYK",
"role": "Developer"
},
{
"name": "arcbtc",
"uri": "https://github.com/arcbtc",
"role": "Developer"
}
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/splitpayments/main/static/image/1.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/splitpayments/main/static/image/2.png"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/splitpayments/main/static/image/3.png"
}
],
"description_md": "https://raw.githubusercontent.com/lnbits/splitpayments/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/splitpayments/main/toc.md",
"license": "MIT"
}
15 changes: 15 additions & 0 deletions description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Split Payments across multiple wallets/lnaddresses/lnurlps seamlessly!
Once configured, it continuously splits your payments across different wallets.

Usage:
* Enable the Extension: Start by enabling the Split Payments extension.
* Select the Source Wallet: Identify and select the wallet that will receive and subsequently distribute the payments.
* Add Wallet Information for Payment Splitting: Enter the details of the wallets where the payments will be split. This could include LNURLp, LNaddress, wallet ID, or an invoice key from a different wallet. Wallet details can be found under the API Info section on each wallet's page. Optionally, assign an alias to each wallet for easier identification.
* Set Distribution Percentages: Specify the percentage of each payment that each wallet should receive. Ensure the total distribution does not exceed 100%.
* Save Your Settings: After adding or deleting wallet information, click “SAVE TARGETS” to activate the payment splits.

Note:
You can distribute payments to multiple wallets as long as their combined percentage is at or below 100%. Distribution can only total exactly 100% if all target wallets are internal.

Automatic Payment Splitting:
When the source wallet receives a payment, the extension automatically allocates the specified percentages to each designated wallet.
Binary file added static/image/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/image/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/image/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions toc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Terms and Conditions for LNbits Extension

## 1. Acceptance of Terms
By installing and using the LNbits extension ("Extension"), you agree to be bound by these terms and conditions ("Terms"). If you do not agree to these Terms, do not use the Extension.

## 2. License
The Extension is free and open-source software, released under [specify the FOSS license here, e.g., GPL-3.0, MIT, etc.]. You are permitted to use, copy, modify, and distribute the Extension under the terms of that license.

## 3. No Warranty
The Extension is provided "as is" and with all faults, and the developer expressly disclaims all warranties of any kind, whether express, implied, statutory, or otherwise, including but not limited to warranties of merchantability, fitness for a particular purpose, non-infringement, and any warranties arising out of course of dealing or usage of trade. No advice or information, whether oral or written, obtained from the developer or elsewhere will create any warranty not expressly stated in this Terms.

## 4. Limitation of Liability
In no event will the developer be liable to you or any third party for any direct, indirect, incidental, special, consequential, or punitive damages, including lost profit, lost revenue, loss of data, or other damages arising out of or in connection with your use of the Extension, even if the developer has been advised of the possibility of such damages. The foregoing limitation of liability shall apply to the fullest extent permitted by law in the applicable jurisdiction.

## 5. Modification of Terms
The developer reserves the right to modify these Terms at any time. You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on the appropriate location within or associated with the Extension.

## 6. General Provisions
If any provision of these Terms is held to be invalid or unenforceable, that provision will be enforced to the maximum extent permissible, and the other provisions of these Terms will remain in full force and effect. These Terms constitute the entire agreement between you and the developer regarding the use of the Extension.

## 7. Contact Information
If you have any questions about these Terms, please contact the developer at [developer's contact information].

0 comments on commit eb18fda

Please sign in to comment.