diff --git a/docs/_config.yml b/docs/_config.yml index 4da598e3..186d346f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -28,7 +28,16 @@ teaser : # path of fallback teaser image, e.g. "/assets/images logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png" masthead_title : # overrides the website title displayed in the masthead, use " " for no title # breadcrumbs : false # true, false (default) -words_per_minute : 250 +words_per_minute : +robosats: + node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e + donation_address : bc1q2xu8y3gyys3u7nm8qrsw7tndp9lvjzvuudlnhh + maker_fee : 0.025 # In percent (%) + taker_fee : 0.175 # In percent (%) + total_fee : 0.2 # In percent (%) + max_trade_limit : 1,200,000 # In Satoshis + min_trade_limit : 20,000 # InSatoshis + default_bond_size : 1 # In percent (%) comments: provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom" disqus: diff --git a/docs/_pages/contribute/00-contribute.md b/docs/_pages/contribute/00-contribute.md index 1aec17a1..9d22608a 100644 --- a/docs/_pages/contribute/00-contribute.md +++ b/docs/_pages/contribute/00-contribute.md @@ -16,6 +16,6 @@ RoboSats is a fully community driven project. You can help RoboSats get better i 4. [Guides and video-tutorials](/contribute/guides/) 5. [Art](/contribute/art/) 6. [Tell someone](/contribute/outreach/) -7. [Donate](/contribute/funding/) +7. [Donate](/contribute/donate/) {% include wip %} \ No newline at end of file diff --git a/docs/_pages/contribute/07-donate.md b/docs/_pages/contribute/07-donate.md index 45035764..dec8b9a8 100644 --- a/docs/_pages/contribute/07-donate.md +++ b/docs/_pages/contribute/07-donate.md @@ -1,6 +1,7 @@ --- layout: single -title: "Donate" +classes: wide +title: "Donate to the RoboSats Open Source Project" permalink: /contribute/donate/ sidebar: title: " Donate" @@ -8,13 +9,16 @@ sidebar: src: "_pages/contribute/07-donate.md" --- - +You can donate in three ways: -{% include wip %} \ No newline at end of file + 1. **Directly tip the developer working on the features you like.** Check the [active PRs](https://github.com/Reckless-Satoshi/robosats/pulls) and show your support to the developers with via Lightning tips. Simply write a message, for example "@developer_name, I would like to fund your development of this feature with 6000 Sats". The developer should reply with a LN invoice with a long expiration time. + + 2. **Tip the node and platform operator via KeySend** to RoboSats node: [{{site.robosats.node_id}}](https://amboss.space/node/{{site.robosats.node_id}}) + + 3. **Send an on-chain** transaction to: {{site.robosats.donation_address}} . + + You can tip anonymously or send us a message so we can acknowledge your contribution!