diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index cabca499..2e262a33 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -26,7 +26,7 @@ docs: url: /docs/private/ - title: "    Fast" url: /docs/fast/ - - title: "     Bonds & Escrow" + - title: "     Safe" url: /docs/safe/ - title: " Understand" @@ -34,12 +34,14 @@ docs: children: - title: "    Trade Pipeline" url: /docs/trade-pipeline/ + - title: "    Robots" + url: /docs/robots/ - title: "     Premium" url: /docs/premium/ - title: "    Bonds" url: /docs/bonds/ - title: "    Trade Escrow" - url: /docs/trade-escrow/ + url: /docs/escrow/ - title: "    Disputes" url: /docs/disputes/ - title: "    Wallets" @@ -55,9 +57,9 @@ docs: - title: "    PGP Encryption" url: /docs/pgp-encryption/ - title: "    Payment Methods" - url: /docs/fiat-payment-best-practices/ + url: /docs/payment-methods/ - title: "    Proxy Wallets" - url: /docs/proxy-wallet/ + url: /docs/proxy-wallets/ - title: "    Lightning Channels" url: /docs/channels/ @@ -68,8 +70,10 @@ tutorial: url: "/watch/en/" - title: "    Español" url: "/watch/es/" - - title: "    Portuguese" + - title: "    Português" url: "/watch/pt/" + - title: "    Français" + url: "/watch/fr/" - title: " Read" children: - title: "    English" @@ -85,16 +89,16 @@ contribute: children: - title: "    Code" url: /contribute/code/ - - title: "    Translations" + - title: "    Translations" url: /contribute/languages/ - - title: "    LN liquidity" + - title: "    LN liquidity" url: /contribute/liquidity/ - - title: "    Guides" + - title: "    Guides" url: /contribute/guides/ - - title: "    Art" + - title: "    Art" url: /contribute/art/ - - title: "    Outreach" + - title: "    Outreach" url: /contribute/outreach/ - - title: "    Donate" - url: /contribute/funding/ + - title: "    Donate" + url: /contribute/donate/ diff --git a/docs/_includes/add_tutorials b/docs/_includes/add_tutorials new file mode 100644 index 00000000..1dae700c --- /dev/null +++ b/docs/_includes/add_tutorials @@ -0,0 +1,6 @@ +## You can create and add here more tutorials + +Learn RoboSats is a joint effort of the RoboSats community. If you have used RoboSats before, you are already an expert! Help us build more and better tutorials in all languages. + +**ProTip:** You can directly [edit this page ](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request ](https://github.com/Reckless-Satoshi/robosats/pulls). Your changes will show right here. +{: .notice--primary} \ No newline at end of file diff --git a/docs/_includes/improve b/docs/_includes/improve index 79cc3385..1e69baf7 100644 --- a/docs/_includes/improve +++ b/docs/_includes/improve @@ -2,5 +2,5 @@ Learn RoboSats is a joint effort of the RoboSats community. If you have used RoboSats before, you are already an expert! Help improve this documentation. -**ProTip:** You can directly edit [this page ](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request ](https://github.com/Reckless-Satoshi/robosats/pulls). Your changes will show right here. +**ProTip:** You can directly [edit this page ](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request ](https://github.com/Reckless-Satoshi/robosats/pulls). Your changes will show right here. {: .notice--primary} \ No newline at end of file diff --git a/docs/_includes/wip b/docs/_includes/wip index 73c46c9e..3d45f392 100644 --- a/docs/_includes/wip +++ b/docs/_includes/wip @@ -9,7 +9,7 @@ This page is under construction. Learn.RoboSats is a joint effort of the RoboSat ## You can complete this page! -**ProTip:** You can directly edit [the content of this page ](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request ](https://github.com/Reckless-Satoshi/robosats/pulls), your changes will show right here. +**ProTip:** You can directly [edit this page ](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request ](https://github.com/Reckless-Satoshi/robosats/pulls). Your changes will show right here. {: .notice--primary} If you have already used RoboSats, you are an expert! If you understand how it works behind the scenes, you are a master! Please, consider contributing to the Learn.RoboSats' guides and platform documentation. \ No newline at end of file diff --git a/docs/_pages/contribute/02-translations.md b/docs/_pages/contribute/02-languages.md similarity index 98% rename from docs/_pages/contribute/02-translations.md rename to docs/_pages/contribute/02-languages.md index b67e6375..c299285a 100644 --- a/docs/_pages/contribute/02-translations.md +++ b/docs/_pages/contribute/02-languages.md @@ -3,7 +3,7 @@ layout: single title: "Translate RoboSats" permalink: /contribute/languages/ sidebar: - title: " Translation" + title: " Translation" nav: contribute toc: true toc_sticky: true diff --git a/docs/_pages/contribute/03-donate.md b/docs/_pages/contribute/03-donate.md deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/_pages/contribute/03-liquidity.md b/docs/_pages/contribute/03-liquidity.md new file mode 100644 index 00000000..25c5c8d6 --- /dev/null +++ b/docs/_pages/contribute/03-liquidity.md @@ -0,0 +1,11 @@ +--- +layout: single +title: "Open a Channel" +permalink: /contribute/liquidity/ +sidebar: + title: " LN liquidity" + nav: contribute +src: "_pages/contribute/03-liquidity.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/contribute/04-guides.md b/docs/_pages/contribute/04-guides.md new file mode 100644 index 00000000..99f46e4a --- /dev/null +++ b/docs/_pages/contribute/04-guides.md @@ -0,0 +1,11 @@ +--- +layout: single +title: "Guides" +permalink: /contribute/guides/ +sidebar: + title: " Guides" + nav: contribute +src: "_pages/contribute/04-guides.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/contribute/05-art.md b/docs/_pages/contribute/05-art.md new file mode 100644 index 00000000..08647ae7 --- /dev/null +++ b/docs/_pages/contribute/05-art.md @@ -0,0 +1,11 @@ +--- +layout: single +title: "Art & Memes" +permalink: /contribute/art/ +sidebar: + title: " Art" + nav: contribute +src: "_pages/contribute/05-art.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/contribute/06-outreach.md b/docs/_pages/contribute/06-outreach.md new file mode 100644 index 00000000..9c204492 --- /dev/null +++ b/docs/_pages/contribute/06-outreach.md @@ -0,0 +1,11 @@ +--- +layout: single +title: "Outreach" +permalink: /contribute/outreach/ +sidebar: + title: " Outreach" + nav: contribute +src: "_pages/contribute/06-outreach.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/contribute/07-donate.md b/docs/_pages/contribute/07-donate.md new file mode 100644 index 00000000..fd08afb2 --- /dev/null +++ b/docs/_pages/contribute/07-donate.md @@ -0,0 +1,11 @@ +--- +layout: single +title: "Donate" +permalink: /contribute/donate/ +sidebar: + title: " Donate" + nav: contribute +src: "_pages/contribute/07-donate.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/00-quick-start/00-quicks-start-guide.md b/docs/_pages/docs/00-quick-start/00-quicks-start-guide.md index 19a83365..3803fefd 100644 --- a/docs/_pages/docs/00-quick-start/00-quicks-start-guide.md +++ b/docs/_pages/docs/00-quick-start/00-quicks-start-guide.md @@ -8,10 +8,10 @@ sidebar: --- RoboSats is an easy way to privately exchange Bitcoin for national currencies It simplifies the peer-to-peer experience and makes use lightning hold invoices to minimize custody and trust requirements. -**Let's go!** To start using RoboSats you only need a [ Lightning Wallet](/docs/wallets/) and a [TOR enabled Web Browser](/docs/tor/). +**Let's go!** To start using RoboSats you only need a [ Lightning Wallet](/docs/wallets/) and a [TOR enabled browser](/docs/tor/). {: .notice--primary} -1. Get a Lightning enabled [Wallet](/docs/wallets/) +1. Get a Lightning [Wallet](/docs/wallets/) 2. Get [Tor Browser](https://www.torproject.org/download/) 3. Access [RoboSats](/docs/access/) -4. Watch and read simple [tutorials](/watch/en/) \ No newline at end of file +4. Check the [tutorials](/watch/en/) \ No newline at end of file diff --git a/docs/_pages/docs/00-quick-start/03-access.md b/docs/_pages/docs/00-quick-start/03-access.md index 43959627..3f4a004a 100644 --- a/docs/_pages/docs/00-quick-start/03-access.md +++ b/docs/_pages/docs/00-quick-start/03-access.md @@ -15,13 +15,19 @@ The safest and most private way to use RoboSats is through the Onion address. Yo > [robosats6tkf3eva7x2voqso3a5wcorsnw34j
veyxfqi2fu7oyheasid.onion](http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion/) +**Private:** your connection will be encrypted end-to-end and relaid by several layers of nodes making tracking harder. +{: .notice--primary} -## Unsafe in Clearnet -There is an unsafe way to view RoboSats without TOR that relies on third party tor2web services. With this URL you can access RoboSats from any browser, but using this URL is highly unrecommended! + +## Unsafely in Clearnet +There is an unsafe way to view RoboSats without TOR that relies on third party tor2web services. With this URL you can access RoboSats from any browser, but using this URL is **highly unrecommended!** > [unsafe.robosats.com](https://unsafe.robosats.com) -Take it for granted: if you use that link, you are being spied on. However, most sensitive tools will be disabled (e.g. the chat) to avoid users giving away sensitive personal data. +**Unsafe:** your privacy can be compromised if you use the unsafe clearnet url in a regular web browser. +{: .notice--secondary} + +TIf you use the clearnet url, you should assume are being spied on. However, most sensitive RoboSats features are disabled (e.g. the chat) so users cannot give away sensitive personal data. Use this URL only to have a quick look to the book orders. Never use it for trading or logging into active Robot avatars. ## All in one diff --git a/docs/_pages/docs/01-best-practices/00-best-practices.md b/docs/_pages/docs/01-best-practices/00-best-practices.md index e69de29b..3534d0d0 100644 --- a/docs/_pages/docs/01-best-practices/00-best-practices.md +++ b/docs/_pages/docs/01-best-practices/00-best-practices.md @@ -0,0 +1,13 @@ +--- +layout: single +title: Best Practices +permalink: /docs/best-practices/ +sidebar: + title: " Best Practices" + nav: docs +src: "_pages/docs/01-best-practices/00-best-practices.md" +--- + +Although RoboSats is very private and safe from the get go. There are always some further steps you can follow to improve your privacy and minimize your risks. + +{% include wip%} \ No newline at end of file diff --git a/docs/_pages/docs/01-best-practices/01-PGP-guide.md b/docs/_pages/docs/01-best-practices/01-pgp-guide.md similarity index 99% rename from docs/_pages/docs/01-best-practices/01-PGP-guide.md rename to docs/_pages/docs/01-best-practices/01-pgp-guide.md index 68821138..a302871d 100644 --- a/docs/_pages/docs/01-best-practices/01-PGP-guide.md +++ b/docs/_pages/docs/01-best-practices/01-pgp-guide.md @@ -7,7 +7,7 @@ toc_sticky: true sidebar: title: " Easy PGP Encryption" nav: docs -src: "_pages/docs/01-best-practices/01-PGP-guide.md" +src: "_pages/docs/01-best-practices/01-pgp-guide.md" --- Learn how to use OpenKeychain to cipher sensible data during RoboSats trade. diff --git a/docs/_pages/docs/01-best-practices/01-PGP-guide_es.md b/docs/_pages/docs/01-best-practices/01-pgp-guide_es.md similarity index 96% rename from docs/_pages/docs/01-best-practices/01-PGP-guide_es.md rename to docs/_pages/docs/01-best-practices/01-pgp-guide_es.md index f3cf0cc7..a0e9108b 100644 --- a/docs/_pages/docs/01-best-practices/01-PGP-guide_es.md +++ b/docs/_pages/docs/01-best-practices/01-pgp-guide_es.md @@ -1,13 +1,13 @@ --- layout: single -title: Fácil Encriptación PGP -permalink: /es/docs/pgp-encryption/ +title: Encriptación fácil con PGP +permalink: /docs/pgp-encryption/es/ toc: true toc_sticky: true sidebar: - title: " Fácil Encriptación PGP" + title: " Encriptación PGP" nav: docs -src: "_pages/docs/01-best-practices/01-PGP-guide_es.md" +src: "_pages/docs/01-best-practices/01-pgp-guide_es.md" --- Cómo usar OpenKeychain para cifrar datos sensibles al usar RoboSats. diff --git a/docs/_pages/docs/01-best-practices/02-fiat-payment-methods.md b/docs/_pages/docs/01-best-practices/02-payment-methods.md similarity index 97% rename from docs/_pages/docs/01-best-practices/02-fiat-payment-methods.md rename to docs/_pages/docs/01-best-practices/02-payment-methods.md index a4511daa..90899b95 100644 --- a/docs/_pages/docs/01-best-practices/02-fiat-payment-methods.md +++ b/docs/_pages/docs/01-best-practices/02-payment-methods.md @@ -1,13 +1,14 @@ --- layout: single title: Fiat Best Practices -permalink: /docs/fiat-payment-best-practices/ +permalink: /docs/payment-methods/ toc: true toc_sticky: true sidebar: title: " Fiat Best Practices" nav: docs ---- +src: "_pages/docs/01-best-practices/02-payment-methods.md" +--- Currently, there are no restrictions on the fiat payment method. You can pay with any method that both you and your peer agree on. This includes the higher risk method such as PayPal, Venmo, and Cash apps. However, the payment method with lower risk is recommended, you can learn more details about the characteristics and differences of each fiat payment method from Bisq wiki. @@ -74,3 +75,5 @@ Then select "Friends or Family" in the payment type choosing page.
+ +{% include improve %} \ No newline at end of file diff --git a/docs/_pages/docs/01-best-practices/03-proxy-wallets.md b/docs/_pages/docs/01-best-practices/03-proxy-wallets.md new file mode 100644 index 00000000..fc69b4d4 --- /dev/null +++ b/docs/_pages/docs/01-best-practices/03-proxy-wallets.md @@ -0,0 +1,11 @@ +--- +layout: single +title: "Proxy Wallets" +permalink: /docs/proxy-wallets/ +sidebar: + title: " Proxy Wallets" + nav: docs +src: "_pages/docs/01-best-practices/03-proxy-wallets.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/01-best-practices/04-channels.md b/docs/_pages/docs/01-best-practices/04-channels.md new file mode 100644 index 00000000..76e93fa4 --- /dev/null +++ b/docs/_pages/docs/01-best-practices/04-channels.md @@ -0,0 +1,13 @@ +--- +layout: single +title: "Lightning Channels" +permalink: /docs/channels/ +sidebar: + title: " Lightning Channels" + nav: docs +src: "_pages/docs/01-best-practices/04-channels.md" +--- + + + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/02-features/01-private.md b/docs/_pages/docs/02-features/01-private.md index 17854b6e..08a4aea7 100644 --- a/docs/_pages/docs/02-features/01-private.md +++ b/docs/_pages/docs/02-features/01-private.md @@ -5,6 +5,11 @@ permalink: /docs/private/ toc: true toc_sticky: true sidebar: - title: " Private by Default" + title: " Private" nav: docs ---- \ No newline at end of file +src: "_pages/docs/02-features/01-private.md" +--- + + + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/02-features/02-fast.md b/docs/_pages/docs/02-features/02-fast.md new file mode 100644 index 00000000..d81fb5ac --- /dev/null +++ b/docs/_pages/docs/02-features/02-fast.md @@ -0,0 +1,13 @@ +--- +layout: single +title: Lightning Fast +permalink: /docs/fast/ +toc: true +toc_sticky: true +sidebar: + title: " Fast" + nav: docs +src: "_pages/docs/02-features/02-fast.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/02-features/02-tor.md b/docs/_pages/docs/02-features/02-tor.md deleted file mode 100644 index b63f8303..00000000 --- a/docs/_pages/docs/02-features/02-tor.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: single -title: "The TOR Network" -permalink: /docs/tor/ -sidebar: - title: " TOR" - nav: docs -src: "_pages/docs/00-quick-start/02-tor.md" ---- -{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/02-features/03-safe.md b/docs/_pages/docs/02-features/03-safe.md new file mode 100644 index 00000000..639e3211 --- /dev/null +++ b/docs/_pages/docs/02-features/03-safe.md @@ -0,0 +1,15 @@ +--- +layout: single +title: Safe +permalink: /docs/safe/ +toc: true +toc_sticky: true +sidebar: + title: " Safe" + nav: docs +src: "_pages/docs/02-features/03-fast.md" +--- + + + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/03-understand/02-robots.md b/docs/_pages/docs/03-understand/02-robots.md new file mode 100644 index 00000000..424a5052 --- /dev/null +++ b/docs/_pages/docs/03-understand/02-robots.md @@ -0,0 +1,13 @@ +--- +layout: single +title: Robot Avatars +permalink: /docs/robots/ +toc: true +toc_sticky: true +sidebar: + title: " Robots" + nav: docs +src: "_pages/docs/03-understand/02-robots.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/03-understand/03-premium.md b/docs/_pages/docs/03-understand/03-premium.md new file mode 100644 index 00000000..2b3265cb --- /dev/null +++ b/docs/_pages/docs/03-understand/03-premium.md @@ -0,0 +1,11 @@ +--- +layout: single +title: Premium over the Market +permalink: /docs/premium/ +sidebar: + title: " Premium" + nav: docs +src: "_pages/docs/03-understand/03-premium.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/03-understand/04-bonds.md b/docs/_pages/docs/03-understand/04-bonds.md new file mode 100644 index 00000000..e8e05953 --- /dev/null +++ b/docs/_pages/docs/03-understand/04-bonds.md @@ -0,0 +1,11 @@ +--- +layout: single +title: Maker and Taker Bonds +permalink: /docs/bonds/ +sidebar: + title: " Bonds" + nav: docs +src: "_pages/docs/03-understand/04-bonds.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/03-understand/05-trade-escrow.md b/docs/_pages/docs/03-understand/05-trade-escrow.md new file mode 100644 index 00000000..2ca43e80 --- /dev/null +++ b/docs/_pages/docs/03-understand/05-trade-escrow.md @@ -0,0 +1,11 @@ +--- +layout: single +title: Trade Escrow +permalink: /docs/escrow/ +sidebar: + title: " Escrow" + nav: docs +src: "_pages/docs/03-understand/05-trade-escrow.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/03-understand/06-disputes.md b/docs/_pages/docs/03-understand/06-disputes.md new file mode 100644 index 00000000..0845ebb4 --- /dev/null +++ b/docs/_pages/docs/03-understand/06-disputes.md @@ -0,0 +1,11 @@ +--- +layout: single +title: Disputes +permalink: /docs/disputes/ +sidebar: + title: " Disputes" + nav: docs +src: "_pages/docs/03-understand/06-disputes.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/03-understand/06-wallets.md b/docs/_pages/docs/03-understand/07-wallets.md similarity index 96% rename from docs/_pages/docs/03-understand/06-wallets.md rename to docs/_pages/docs/03-understand/07-wallets.md index 76e67d8d..04a596c8 100644 --- a/docs/_pages/docs/03-understand/06-wallets.md +++ b/docs/_pages/docs/03-understand/07-wallets.md @@ -1,12 +1,13 @@ --- layout: single -title: Wallets +title: Wallets Compatibility with RoboSats permalink: /docs/wallets/ toc: true toc_sticky: true sidebar: title: " Wallets" nav: docs +src: "_pages/docs/03-understand/07-wallets.md" # Icons good: "" @@ -22,7 +23,6 @@ thumbsdown: "
" bitcoin: "" --- -## Wallet Compatibility Table | Wallet | Version | Device | UX1 | Bonds2 | Payout3 | Comp4 | Total5 | |:---|:---|:--:|:--:|:--:|:--:|:--:|:--:| @@ -71,5 +71,5 @@ The hodl invoice shows as a grey icon while waiting. Need to tap the back obviou ## Help keep this page updated -There are many wallets and all of them keep improving at lightning speed. You can contribute to the RoboSats Open Source Project by testing wallets, editing [the content of this page](https://github.com/Reckless-Satoshi/robosats/tree/main/docs/_pages/docs/03-understand/06-wallets.md) and opening a [Pull Request](https://github.com/Reckless-Satoshi/robosats/pulls) +There are many wallets and all of them keep improving at lightning speed. You can contribute to the RoboSats Open Source Project by testing wallets, editing [the content of this page](https://github.com/Reckless-Satoshi/robosats/tree/main/docs/{page.src}}) and opening a [Pull Request](https://github.com/Reckless-Satoshi/robosats/pulls) diff --git a/docs/_pages/docs/03-understand/08-limits.md b/docs/_pages/docs/03-understand/08-limits.md new file mode 100644 index 00000000..12e92d48 --- /dev/null +++ b/docs/_pages/docs/03-understand/08-limits.md @@ -0,0 +1,11 @@ +--- +layout: single +title: Exchange Limits +permalink: /docs/limits/ +sidebar: + title: " Limits" + nav: docs +src: "_pages/docs/03-understand/08-limits.md" +--- + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/docs/03-understand/09-swaps.md b/docs/_pages/docs/03-understand/09-swaps.md new file mode 100644 index 00000000..ba0f2763 --- /dev/null +++ b/docs/_pages/docs/03-understand/09-swaps.md @@ -0,0 +1,13 @@ +--- +layout: single +title: P2P Swaps +permalink: /docs/swaps/ +sidebar: + title: " Swaps" + nav: docs +src: "_pages/docs/03-understand/09-swaps.md" +--- + + + +{% include wip %} \ No newline at end of file diff --git a/docs/_pages/tutorials/watch/videos-en.md b/docs/_pages/tutorials/watch/videos-en.md index f5a26138..4370a1e0 100644 --- a/docs/_pages/tutorials/watch/videos-en.md +++ b/docs/_pages/tutorials/watch/videos-en.md @@ -1,16 +1,22 @@ --- layout: single -title: Watch & Learn +title: Watch & learn permalink: /watch/en/ toc: true toc_sticky: true sidebar: title: "Tutorials" nav: tutorial ---- +src: "_pages/docs/tutorials/videos-en.md" +--- -### BTCSessions: Buy and Sell BTC with no ID +#### BTCSessions: Buy and Sell BTC with no ID +#### AntonopulosL: Short Visual Explainer -### [How to Use Guide](/read/en/) \ No newline at end of file + + +#### [Go to: How to Use Guide](/read/en/) + +{% include add_tutorials %} \ No newline at end of file diff --git a/docs/_pages/tutorials/watch/videos-es.md b/docs/_pages/tutorials/watch/videos-es.md new file mode 100644 index 00000000..518a67ed --- /dev/null +++ b/docs/_pages/tutorials/watch/videos-es.md @@ -0,0 +1,31 @@ +--- +layout: single +title: Ver y aprender +permalink: /watch/es/ +toc: true +toc_sticky: true +sidebar: + title: "Tutoriales" + nav: tutorial +src: "_pages/docs/tutorials/videos-es.md" +--- + +#### AntonopulosL: corto explicativo visual + + +#### Juan en Crypto (directo): Comprar y vender sin-KYC. + + +#### Cripto Panas: Compra BITCOIN sin KYC en ROBOSATS + + +#### C0LBITC0IN: Comprar Bitcoin en RoboSats (Android) + + +#### Jlandyr (directo): Comprar Bitcoin sin registro + + + +#### [Siguiente: Tutorial RoboSats (lectura)](/read/es/) + +{% include add_tutorials %} \ No newline at end of file diff --git a/docs/_pages/tutorials/watch/videos-fr.md b/docs/_pages/tutorials/watch/videos-fr.md new file mode 100644 index 00000000..4549b254 --- /dev/null +++ b/docs/_pages/tutorials/watch/videos-fr.md @@ -0,0 +1,18 @@ +--- +layout: single +title: Regardez et apprenez +permalink: /watch/fr/ +toc: true +toc_sticky: true +sidebar: + title: " Tutoriels" + nav: tutorial +src: "_pages/docs/tutorials/videos-fr.md" +--- + +#### AntonopulosL: courte vidéo explicative + + + + +{% include add_tutorials %} \ No newline at end of file diff --git a/docs/_pages/tutorials/watch/videos-pt.md b/docs/_pages/tutorials/watch/videos-pt.md new file mode 100644 index 00000000..0a15b849 --- /dev/null +++ b/docs/_pages/tutorials/watch/videos-pt.md @@ -0,0 +1,16 @@ +--- +layout: single +title: Veja e aprenda +permalink: /watch/pt/ +toc: true +toc_sticky: true +sidebar: + title: " Tutoriais" + nav: tutorial +src: "_pages/docs/tutorials/videos-pt.md" +--- + +#### BitDov: Exchange P2P de Bitcoin via Lightning + + +{% include add_tutorials %} \ No newline at end of file diff --git a/docs/_posts/2022-05-14-welcome-to-learn-robosats.md b/docs/_posts/2022-05-14-welcome-to-learn-robosats.md index e3eb3813..e9babc5f 100644 --- a/docs/_posts/2022-05-14-welcome-to-learn-robosats.md +++ b/docs/_posts/2022-05-14-welcome-to-learn-robosats.md @@ -2,9 +2,9 @@ layout: home author_profile: true title: "Welcome to Learn.RoboSats!" -date: 2022-05-14 06:28:14 -0500 +date: 2022-05-19 06:28:14 -0500 categories: robosats update --- -Sovereignty is scary at first, then liberating. Buying your first Sats from a peer looks intimidating but is very empowering. In Learn.RoboSats you can find all of the documentation and resources so you feel comfortable using the RoboSats P2P exchange. From easy to follow video tutorials, to technical deep-dives into how the exchange protects your privacy. +Sovereignty is scary at first, then liberating. Buying your first Sats from a peer might seem intimidating, but it is very empowering. In Learn.RoboSats you can find all of the documentation and resources so you feel comfortable using the RoboSats P2P exchange. From easy to follow video tutorials, to technical deep-dives into how the exchange works. -This site is under construction, just like the exchange itself. Have fun! +This site is under construction, just like the exchange itself. Check around, you probably can write up and complete some of the missing pages. Have fun! diff --git a/docs/assets/vector/french.svg b/docs/assets/vector/french.svg new file mode 100644 index 00000000..a4bded52 --- /dev/null +++ b/docs/assets/vector/french.svg @@ -0,0 +1,2 @@ + + diff --git a/frontend/src/locales/ca.json b/frontend/src/locales/ca.json index bc0836a8..7042d3c2 100644 --- a/frontend/src/locales/ca.json +++ b/frontend/src/locales/ca.json @@ -1,8 +1,8 @@ { "UNSAFE ALERT - UnsafeAlert.js": "Alert that shows on top when browsing from the unsafe clearnet sites", "You are not using RoboSats privately": "No estàs emprant RoboSats de forma privada", - "desktop_unsafe_alert": "Algunes funcions (com el xat) estan deshabilitades per protegir i sense elles no podràs completar un intercanvi. Per protegir la teva privacitat i habilitar RoboSats per complet, fes servir el <1>Tor Browser and visit the <3>Onion site.", - "phone_unsafe_alert": "No podràs completar un intercanvi. Fes servir el <1>Tor Browser and visit the <3>Onion site.", + "desktop_unsafe_alert": "Algunes funcions (com el xat) estan deshabilitades per protegir i sense elles no podràs completar un intercanvi. Per protegir la teva privacitat i habilitar RoboSats per complet, fes servir <1>Tor Browser i visita el <3>Onion site.", + "phone_unsafe_alert": "No podràs completar un intercanvi. Fes servir <1>Tor Browser i vista el <3>Onion site.", "Hide":"Amagar", @@ -62,7 +62,7 @@ "Back":"Tornar", "Create an order for ":"Crear una ordre per ", "Create a BTC buy order for ":"Crear ordre de compra de bitcoin per ", - "Create a BTC sell order for ":"Crear ordre de venta de bitcoin per ", + "Create a BTC sell order for ":"Crear ordre de venda de bitcoin per ", " of {{satoshis}} Satoshis":" de {{satoshis}} Sats", " at market price":" a preu de mercat", " at a {{premium}}% premium":" amb una prima del {{premium}}%", @@ -82,8 +82,6 @@ "not specified":"Sense especificar", "Instant SEPA":"SEPA Instantània", "Amazon GiftCard":"Targeta Regal d'Amazon", - "Amazon ES GiftCard":"Targeta Regal d'Amazon ES", - "Amazon MX GiftCard":"Targeta Regal d'Amazon MX", "Google Play Gift Code":"Targeta Regal de Google Play", "Cash F2F":"Efectiu en persona", "On-Chain BTC":"On-Chain BTC", @@ -157,7 +155,7 @@ "You have an active order":"Tens una ordre activa", "You can claim satoshis!":"Pots retirar Sats!", "Public Buy Orders":"Ordres de compra", - "Public Sell Orders":"Ordres de venta", + "Public Sell Orders":"Ordres de venda", "Today Active Robots":"Robots actius avui", "24h Avg Premium":"Prima mitjana en 24h", "Trade Fee":"Comissió", @@ -177,6 +175,7 @@ "Inactive order":"Ordre inactiva", "You do not have previous orders":"No tens ordres prèvies", + "ORDER PAGE - OrderPage.js": "Order details page", "Order Box":"Ordre", "Contract":"Contracte", @@ -322,7 +321,7 @@ "RoboSats is trying to pay your lightning invoice. Remember that lightning nodes must be online in order to receive payments.":"RoboSats està intentant pagar la teva factura de Lightning. Recorda que els nodes Lightning han d'estar en línia per rebre pagaments.", "Retrying!":"Reintentant!", "Lightning Routing Failed":"Ha fallat l'enrutament Lightning", - "Your invoice has expired or more than 3 payment attempts have been made.":"La teva factura ha expirat o s'han fet més de 3 intents de pagament. La cartera Muun no està recomanada. ", + "Your invoice has expired or more than 3 payment attempts have been made. Muun wallet is not recommended. ":"La teva factura ha expirat o s'han fet més de 3 intents de pagament. La cartera Muun no està recomanada. ", "Check the list of compatible wallets":"Mira la llista de carteres compatibles", "RoboSats will try to pay your invoice 3 times every 5 minutes. If it keeps failing, you will be able to submit a new invoice. Check whether you have enough inbound liquidity. Remember that lightning nodes must be online in order to receive payments.":"RoboSats intentarà pagar la teva factura 3 cops cada 5 minuts. Si segueix fallant, podràs presentar una nova factura. Comprova si tens suficient liquiditat entrant. Recorda que els nodes de Lightning han d'estar en línia per poder rebre pagaments.", "Next attempt in":"Proper intent en", @@ -352,7 +351,6 @@ "Your order is paused":"La teva ordre està pausada", "Your public order has been paused. At the moment it cannot be seen or taken by other robots. You can choose to unpause it at any time.":"La teva ordre pública va ser pausada. Ara mateix, l'ordre no pot ser vista ni presa per altres robots. Pots tornar a activarla quan desitgis.", "Unpause Order":"Activar Ordre", - "INFO DIALOG - InfoDiagog.js":"App information and clarifications and terms of use", "Close":"Tancar", @@ -362,33 +360,33 @@ "It simplifies matchmaking and minimizes the need of trust. RoboSats focuses in privacy and speed.":"Simplifica l'emparellament i minimitza la necessitat de confiança. RoboSats es centra en la privacitat i la velocitat.", "(GitHub).":"(GitHub).", "How does it work?":"Com funciona?", - "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!":"AnonymousAlice01 vol vendre bitcoin. Ella publica una ordre de venda. BafflingBob02 vol comprar bitcoin i escull l'ordre d'Alicia. Tots dos han de bloquejar una petita fiança en Lightning per probar que són veritables Robots. Després, Alicia envia el col·lateral també fent ús d'una factura de Lightning. RoboSats bloqueja la factura fins que Alicia confirma haver rebut el fiat, després el bitcoin s'allibera i s'envia a Bob. Gaudeix el teu bitcoin, Bob!", + "AnonymousAlice01 wants to sell bitcoin. She posts a sell order. BafflingBob02 wants to buy bitcoin and he takes Alice's order. Both have to post a small bond using lightning to prove they are real robots. Then, Alice posts the trade collateral also using a lightning hold invoice. RoboSats locks the invoice until Alice confirms she received the fiat, then the satoshis are released to Bob. Enjoy your satoshis, Bob!":"AnonymousAlice01 vol vendre bitcoin. Ella publica una ordre de venda. BafflingBob02 vol comprar bitcoin i escull l'ordre d'Alicia. Tots dos han de bloquejar una petita fiança en Lightning per provar que són veritables Robots. Després, Alicia envia el col·lateral fent ús també d'una factura de Lightning. RoboSats bloqueja la factura fins que Alicia confirma haver rebut el fiat, després el bitcoin s'allibera i s'envia a Bob. Gaudeix el teu bitcoin, Bob!", "At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, RoboSats staff will help resolving the dispute.":"En cap moment AnonymousAlice01 ni BafflingBob02 han de confiar els fons de bitcoin a l'altra part. En cas de conflicte, el personal de RoboSats ajudarà a resoldre la disputa.", "You can find a step-by-step description of the trade pipeline in ":"Pots trobar una descripció pas a pas dels intercanvis a ", "How it works":"Com funciona", "You can also check the full guide in ":"També pots revisar la guia sencera a ", "How to use":"Com utilizar", "What payment methods are accepted?":"Quins mètodes de pagament s'accepten?", - "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.":"Tots sempre que siguin ràpids. Pots escriure a sota el teu mètode de pagament preferit(s). Hauràs de trobar un company que accepti aquest mètode. El pas per intercanviar el fiat te un tiemps de expiració de 24 hores abans de que s'obri una disputa automàticament. Et recomanem mètodes d'enviament de fiat.", + "All of them as long as they are fast. You can write down your preferred payment method(s). You will have to match with a peer who also accepts that method. The step to exchange fiat has a expiry time of 24 hours before a dispute is automatically open. We highly recommend using instant fiat payment rails.":"Tots sempre que siguin ràpids. Pots escriure a sota el teu mètode de pagament preferit(s). Hauràs de trobar un company que accepti aquest mètode. El pas per intercanviar el fiat té un temps d'expiració de 24 hores abans no s'obri una disputa automàticament. Et recomanem mètodes d'enviament de fiat.", "Are there trade limits?":"Hi ha límit d'intercanvis?", - "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).":"Per minimitzar problemes a l'enrutament Lightning, el màxim per intercanvi és de {{maxAmount}} Sats. No hi ha límit d'intercanvis en el temps. Tot i que un Robot només pot intervenir en una ordre a la vegada, pots fer servir varis Robots a diferents navegadors (recorda guardar els tokens dels teus Robots!).", + "Maximum single trade size is {{maxAmount}} Satoshis to minimize lightning routing failure. There is no limits to the number of trades per day. A robot can only have one order at a time. However, you can use multiple robots simultaneously in different browsers (remember to back up your robot tokens!).":"Per minimitzar problemes a l'enrutament Lightning, el màxim per intercanvi és de {{maxAmount}} Sats. No hi ha límit d'intercanvis en el temps. Tot i que un Robot només pot intervenir una ordre a la vegada, pots fer servir varis Robots a diferents navegadors (recorda guardar els tokens dels teus Robots!).", "Is RoboSats private?":"És privat RoboSats?", "RoboSats will never ask you for your name, country or ID. RoboSats does not custody your funds and does not care who you are. RoboSats does not collect or custody any personal data. For best anonymity use Tor Browser and access the .onion hidden service.":"RoboSats no custòdia els teus fons i no recol·lecta o custòdia cap dada personal, doncs no li importa qui ets. RoboSats mai et preguntarà pel teu nom, país o número de document. Per millorar la teva privacitat, fes ús del Navegador Tor i visita el lloc ceba.", "Your trading peer is the only one who can potentially guess anything about you. Keep your chat short and concise. Avoid providing non-essential information other than strictly necessary for the fiat payment.":"El teu company d'intercanvi és l'únic que pot potencialment esbrinar quelcom sobre tu. Mantingues una conversa curta i concisa. Evita donar dades que no siguin estrictament necessàries pel pagament del fiat.", "What are the risks?":"Quins són els riscos?", "This is an experimental application, things could go wrong. Trade small amounts!":"Aquesta és una aplicació experimental, quelcom pot no sortir bé. Intercanvia petites quantitats!", - "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.":"El vendedor té els mateixos riscos de devolución que amb qualsevol altre servei P2P. PayPal o targetes de crèdit no són recomanades.", + "The seller faces the same charge-back risk as with any other peer-to-peer service. Paypal or credit cards are not recommended.":"El venedor té els mateixos riscos de devolució que amb qualsevol altre servei P2P. PayPal o targetes de crèdit no són recomanades.", "What is the trust model?":"Quin és el model de confiança?", - "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.":"Comprador i vendedor mai han de confiar l'un en l'altre. Una mínima confiança en RoboSats és necessària, doncs és l'enllaç entre la fiança del vendedor i el pagament del comprador, que no és atòmic (encara). A més, les disputes es resolen pel personal de RoboSats.", - "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq":"Amb total claredat, els requeriments de confiança són minimitzats. No obstant, encara hi ha una manera de que RoboSats fugi amb els teus Sats: no enviant-li al comprador. Es podria argumentar que aquest moviment malmetria la reputació de RoboSats per només un petit import. De todas formes, hauries de dubtar i només intercanviar petites sumes cada cop. Per grans sumes fes servir un exchange de primera capa com Bisq", + "The buyer and the seller never have to trust each other. Some trust on RoboSats is needed since linking the seller's hold invoice and buyer payment is not atomic (yet). In addition, disputes are solved by the RoboSats staff.":"Comprador i venedor mai han de confiar l'un en l'altre. Una mínima confiança en RoboSats és necessària, doncs és l'enllaç entre la fiança del venedor i el pagament del comprador, que no és atòmic (encara). A més, les disputes es resolen pel personal de RoboSats.", + "To be totally clear. Trust requirements are minimized. However, there is still one way RoboSats could run away with your satoshis: by not releasing the satoshis to the buyer. It could be argued that such move is not in RoboSats' interest as it would damage the reputation for a small payout. However, you should hesitate and only trade small quantities at a time. For large amounts use an onchain escrow service such as Bisq":"Amb total claredat, els requeriments de confiança són minimitzats. No obstant, encara hi ha una manera de que RoboSats fugi amb els teus Sats: no enviant-li al comprador. Es podria argumentar que aquest moviment malmetria la reputació de RoboSats per només un petit import. De totes formes, hauries de dubtar i només intercanviar petites sumes cada cop. Per grans sumes fes servir un exchange de primera capa com Bisq", "You can build more trust on RoboSats by inspecting the source code.":"Pots augmentar la confiança en RoboSats inspeccionant el codi font.", "Project source code":"Codi font del projecte", "What happens if RoboSats suddenly disappears?":"Què passaria si RoboSats desaparegués?", - "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.":"Els teus Sats et seran retornats. Qualsevol factura no assentada serà automàticament retornada encara que RoboSats desaparegui. Això és cert tant per fiances com pels col·laterals. De todas formes, entre que el vendedor confirma haver rebut el fiat i el comprador rep els Sats, hi ha un temps d'aprox. 1 segon en que los fons podrian perdre's si RoboSats desaparegués. Assegurat de tenir suficient liquiditat entrant per evitar errors d'enrutament. Si tens algun problema, busca als canales públics de RoboSats.", - "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.":"A molts països utilitzar RoboSats no és diferent a fer servir Ebay o WallaPop. La teva regulació pot variar, és la teva responsabilidad el seu compliment.", + "Your sats will return to you. Any hold invoice that is not settled would be automatically returned even if RoboSats goes down forever. This is true for both, locked bonds and trading escrows. However, there is a small window between the seller confirms FIAT RECEIVED and the moment the buyer receives the satoshis when the funds could be permanently lost if RoboSats disappears. This window is about 1 second long. Make sure to have enough inbound liquidity to avoid routing failures. If you have any problem, reach out trough the RoboSats public channels.":"Els teus Sats et seran retornats. Qualsevol factura no assentada serà automàticament retornada encara que RoboSats desaparegui. Això és cert tant per fiances com pels col·laterals. De totes formes, des de que el venedor confirma haver rebut el fiat i el comprador rep els Sats, hi ha un temps d'aprox. 1 segon en que los fons podrien perdre's si RoboSats desaparegués. Assegura't de tenir suficient liquiditat entrant per evitar errors d'enrutament. Si tens algun problema, busca als canals públics de RoboSats.", + "In many countries using RoboSats is no different than using Ebay or Craiglist. Your regulation may vary. It is your responsibility to comply.":"A molts països utilitzar RoboSats no és diferent a fer servir Ebay o WallaPop. La teva regulació pot variar, és responsabilitat teva el seu compliment.", "Is RoboSats legal in my country?":"És RoboSats legal al meu país?", "Disclaimer":"Avís", "This lightning application is provided as is. It is in active development: trade with the utmost caution. There is no private support. Support is only offered via public channels ":"Aquesta aplicació de Lightning està en desenvolupament continu i s'entrega tal qual: intercanvia amb la màxima precaució. No hi ha suport privat. El suport s'ofereix només a canals públics.", "(Telegram)":"(Telegram)", ". RoboSats will never contact you. RoboSats will definitely never ask for your robot token.":". RoboSats mai et contactarà. RoboSats mai et preguntarà pel token del teu Robot." -} +} \ No newline at end of file