Change urls to robosats.org

This commit is contained in:
koalasat 2025-02-12 19:45:24 +01:00
parent 3ea3a1d5eb
commit de5d04a9ab
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
38 changed files with 78 additions and 78 deletions

View File

@ -45,7 +45,7 @@ REDIS_URL='redis://localhost:6379/1'
# List of market price public APIs. If the currency is available in more than 1 API, will use median price.
MARKET_PRICE_APIS = https://blockchain.info/ticker, https://api.yadio.io/exrates/BTC, https://bitpay.com/rates/BTC, https://criptoya.com/api/btc
# Host e.g. robosats.com
# Host e.g. robosats.org
HOST_NAME = ''
HOST_NAME2 = ''
I2P_ALIAS = ''

View File

@ -14,7 +14,7 @@ RoboSats is a simple and private way to exchange bitcoin for national currencies
## Try it out!
- **TOR URL:** [**RoboDex**arjwtfryec556cjdz3dfa7u47saek6lkftnkgshvgg2kcumqd.onion](http://robodexarjwtfryec556cjdz3dfa7u47saek6lkftnkgshvgg2kcumqd.onion) ( Open with [Tor Browser](https://www.torproject.org/download/))
- Clearnet URL: [dex.robosats.com](https://unsafe.robosats.com) (not recommended!)
- Clearnet URL: [dex.robosats.org](https://unsafe.robosats.org) (not recommended!)
*Always use [Tor Browser](https://www.torproject.org/download/) and .onion for best privacy. The Clearnet URL redirects to a third party Tor2web service. Your privacy cannot be guaranteed to be respected. Use clearnet only to check around the app, never use for trading!*
@ -24,16 +24,16 @@ RoboSats is a simple and private way to exchange bitcoin for national currencies
https://user-images.githubusercontent.com/90936742/167310017-dc211a05-dd5e-4ef4-b93f-250f80bc5bca.mp4
### Written guides
- **[English](https://learn.robosats.com/read/en)**
- **[Español](https://learn.robosats.com/read/es)**
- **[Deutsch](https://learn.robosats.com/read/de)**
- **[English](https://learn.robosats.org/read/en)**
- **[Español](https://learn.robosats.org/read/es)**
- **[Deutsch](https://learn.robosats.org/read/de)**
### Video guides
- **[English](https://learn.robosats.com/watch/en/)**
- **[Español](https://learn.robosats.com/watch/es/)**
- **[Deutsch](https://learn.robosats.com/watch/de)**
- **[Português](https://learn.robosats.com/watch/pt)**
- **[Polski](https://learn.robosats.com/watch/pl)**
- **[English](https://learn.robosats.org/watch/en/)**
- **[Español](https://learn.robosats.org/watch/es/)**
- **[Deutsch](https://learn.robosats.org/watch/de)**
- **[Português](https://learn.robosats.org/watch/pt)**
- **[Polski](https://learn.robosats.org/watch/pl)**
## How it works
@ -51,15 +51,15 @@ Alice wants to buy satoshis privately:
11. The bonds would be charged (lost) in case of unilateral cancellation or cheating (lost dispute).
## Contribute to the Robotic Satoshis Open Source Project
Check out our [Contribution Guide](https://learn.robosats.com/contribute/) to find how you can make RoboSats great.
Check out our [Contribution Guide](https://learn.robosats.org/contribute/) to find how you can make RoboSats great.
RoboSats is a monorepo, arguably a messy one at the moment.
- The top level is a Django application (the coordinator backend) with apps `/api`, `/control`, and `/chat`. Django settings are in `/robosats` and `/tests` has integration tests for the RoboSats backend.
- The `/frontend` directory contains the ReactJS client.
- The `/nodeapp` directory contains the docker orchestration and utilities for the self-hosted application (Umbrel, StartOS, etc)
- The `/mobile` directory contains our React Native app (a wrapper around our ReactJS app in `/frontend`)
- The `/docs` directory has the learn.robosats.com static Jekyll site markdown docs.
- The `/web` directory is a light wrapper around our client app `/frontend` intended to host a RoboSats dex client to be used for the public. We use this one in dex.robosats.com
- The `/docs` directory has the learn.robosats.org static Jekyll site markdown docs.
- The `/web` directory is a light wrapper around our client app `/frontend` intended to host a RoboSats dex client to be used for the public. We use this one in dex.robosats.org
You can run the whole stack for local development following the instructions in [setup.md](/setup.md)

View File

@ -1 +1 @@
learn.robosats.com
learn.robosats.org

View File

@ -21,7 +21,7 @@ title_separator : "-"
subtitle : "A Simple and Private Lightning P2P Exchange" # site tagline that appears below site title in masthead
name : "RoboSats"
description : "Documentation, Guides and Tutorials of the RoboSats Exchange"
url : https://docs.robosats.com # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
url : https://docs.robosats.org # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : RoboSats/robosats # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"

View File

@ -13,7 +13,7 @@ src: "_pages/contribute/02-languages.md"
RoboSats is a way to exchange bitcoin for **any currency of the world**. As such, many users might only find this tool useful if it is available in a language they understand. Translating RoboSats into a new language is one of the most valuable contributions to the project! It makes the platform available to new audiences, increases the reach of this cool freedom tool, and subsequently increases order book liquidity for even more users to stack Sats privately.
There isn't a lot of text in RoboSats; however, it might be best to split the work with another contributor. You can reach out to the [RoboSats communities](https://learn.robosats.com/contribute/code/#communication-channels) and find users willing to split the task.
There isn't a lot of text in RoboSats; however, it might be best to split the work with another contributor. You can reach out to the [RoboSats communities](https://learn.robosats.org/contribute/code/#communication-channels) and find users willing to split the task.
## How To Contribute a New Translation

View File

@ -17,9 +17,9 @@ Guides, tutorials, demos, etc. are invaluable additions to the RoboSats website.
## Things To Consider
In order to provide your readers/viewers the most accurate information about the platform, consider briefly checking out the RoboSats documentation here on [learn.robosats.com](https://learn.robosats.com). There you will find many characteristics and aspects of RoboSats in fine detail, as well as some [previously created tutorials](https://learn.robosats.com/watch/en/) which may help serve as reference for your tutorial.
In order to provide your readers/viewers the most accurate information about the platform, consider briefly checking out the RoboSats documentation here on [learn.robosats.org](https://learn.robosats.org). There you will find many characteristics and aspects of RoboSats in fine detail, as well as some [previously created tutorials](https://learn.robosats.org/watch/en/) which may help serve as reference for your tutorial.
If you have lingering questions that are not answered in the documentation, then please do not hesitate to reach out and ask in the [public SimpleX support group](https://learn.robosats.com/contribute/code/#communication-channels).
If you have lingering questions that are not answered in the documentation, then please do not hesitate to reach out and ask in the [public SimpleX support group](https://learn.robosats.org/contribute/code/#communication-channels).
If you are trying to do a live demonstration of RoboSats for a meetup or conference event, there are willing robot peers in the aforementioned Telegram groups who would be thrilled to lend a robotic hand! There is nothing cooler (and more helpful) for first-timers than seeing RoboSats live and in action!

View File

@ -15,7 +15,7 @@ Got artistic talent? Consider drawing fan art and promoting RoboSats through swe
## Ideas
There really is no limit here! If you want to brainstorm, feel free to message the [public SimpleX support groups](https://learn.robosats.com/contribute/code/#communication-channels). The coordinator for RoboSats art is [@Red_Purdy](https://twitter.com/Red_Purdy) and can help provide ideas!
There really is no limit here! If you want to brainstorm, feel free to message the [public SimpleX support groups](https://learn.robosats.org/contribute/code/#communication-channels). The coordinator for RoboSats art is [@Red_Purdy](https://twitter.com/Red_Purdy) and can help provide ideas!
One example of using art to create community engagement includes [Telegram stickers](https://t.me/addstickers/Robosats1). The linked stickers features the quasi mascot Robotoshi.

View File

@ -44,7 +44,7 @@ I2P is another safe and private way to access RoboSats. You need [I2P browser](h
There is an unsafe way to view the RoboSats order book without TOR that relies on third party tor2web services. With this URL, you can access RoboSats from any browser, but using this URL is **strongly ill-advised!**
> [unsafe.robosats.com](https://unsafe.robosats.com)
> [unsafe.robosats.org](https://unsafe.robosats.org)
**Unsafe:** Your privacy can be compromised if you use the unsafe clearnet URL in a regular web browser.
{: .notice--secondary}
@ -53,9 +53,9 @@ If you use the clearnet URL, you should assume you are being spied on. However,
## <i class="fa-solid fa-person-dots-from-line"></i> All-in-One URL
To keep it simple, the URL "robosats.com" has been created to serve as an easy-to-remember and all-in-one link for browsers. If you are using TOR or I2P browser, then you are directed to the Onion or I2P site, respectively. Otherwise, you are directed to the unsafe clearnet site.
To keep it simple, the URL "robosats.org" has been created to serve as an easy-to-remember and all-in-one link for browsers. If you are using TOR or I2P browser, then you are directed to the Onion or I2P site, respectively. Otherwise, you are directed to the unsafe clearnet site.
> [<span style="font-size:larger;">robosats.com</span>](https://robosats.com)
> [<span style="font-size:larger;">robosats.org</span>](https://robosats.org)
## Others
@ -67,7 +67,7 @@ You can practice and test all of the functionalities in RoboSats without risk of
Or, unsafely access the testnet clearnet bridge via the link:
> [unsafe.testnet.robosats.com](http://unsafe.testnet.robosats.com)
> [unsafe.testnet.robosats.org](http://unsafe.testnet.robosats.org)
### Onion Mirrors
@ -83,10 +83,10 @@ It is also possible to access the **mainnet** platform on the port 8001 of the t
There are several tor2web services that serve as mirrors in case one of them is unavailable:
> [unsafe.robosats.com](https://unsafe.robosats.com/) <br/>
> [unsafe2.robosats.com](https://unsafe2.robosats.com/) <br/>
> [unsafe3.robosats.com](https://unsafe3.robosats.com/) <br/>
> [unsafe.testnet.robosats.com](http://unsafe.testnet.robosats.com/) <br/>
> [unsafe2.testnet.robosats.com](http://unsafe2.testnet.robosats.com/)
> [unsafe.robosats.org](https://unsafe.robosats.org/) <br/>
> [unsafe2.robosats.org](https://unsafe2.robosats.org/) <br/>
> [unsafe3.robosats.org](https://unsafe3.robosats.org/) <br/>
> [unsafe.testnet.robosats.org](http://unsafe.testnet.robosats.org/) <br/>
> [unsafe2.testnet.robosats.org](http://unsafe2.testnet.robosats.org/)
{% include improve %}

View File

@ -46,7 +46,7 @@ A token is automatically generated for you each time the RoboSats webpage is acc
Under the hood, token creation in the RoboSats homepage is the process of generating and encrypting your PGP private key with your token on the client side of the app. The end-user requests from the RoboSats node an avatar and nickname generated from your encrypted token and returns to you the corresponding robot identity. See the graphic below:
![RoboSats Identity Generation Pipeline](https://learn.robosats.com/assets/images/private/usergen-pipeline.png)
![RoboSats Identity Generation Pipeline](https://learn.robosats.org/assets/images/private/usergen-pipeline.png)
## **Communicating With Your Fellow Robots**

View File

@ -49,7 +49,7 @@ The platform fees (`fee_sats`) associated with your order are calculated using t
fee_sats = trade_sats * fee_fraction
````
where `fee_fraction` combines for a shared total platform fee of {{site.robosats.total_fee}}%; that breaks down to {{site.robosats.maker_fee}}% and {{site.robosats.taker_fee}}% for maker and taker, respectively. Refer to [Understand > Fees](https://learn.robosats.com/docs/fees/) for additional information on fees.
where `fee_fraction` combines for a shared total platform fee of {{site.robosats.total_fee}}%; that breaks down to {{site.robosats.maker_fee}}% and {{site.robosats.taker_fee}}% for maker and taker, respectively. Refer to [Understand > Fees](https://learn.robosats.org/docs/fees/) for additional information on fees.
RoboSats then collects fees in the trade escrow (`escrow_amount`) and payout invoice (`payout_amount`) process by calculating the following:
* For seller:

View File

@ -28,7 +28,7 @@ I2P es otra forma segura y privada de usar RoboSats. Necesitas instalar [I2P](ht
## <i class="fa-solid fa-window-maximize"></i> De forma insegura en Clearnet
Hay una forma insegura de acceder a RoboSats sin TOR que se basa en servicios tor2web de terceros. Con esta URL puedes acceder a RoboSats desde cualquier navegador, pero usar esta URL es **altamente desaconsejado!**
> [unsafe.robosats.com](https://unsafe.robosats.com)
> [unsafe.robosats.org](https://unsafe.robosats.org)
**Inseguro:** tu privacidad puede verse comprometida si utilizas la url insegura de clearnet en un navegador web normal.
{: .notice--secondary}
@ -37,9 +37,9 @@ Si usas la URL de clearnet, debeberías asumir que estás siendo espiado. Sin em
## <i class="fa-solid fa-person-dots-from-line"></i> Todo en uno
Para simplificar las cosas, se ha creado la URL "robosats.com" para que sirva de enlace fácil de recordar y todo en uno para los navegadores. Si utiliza un navegador TOR o I2P, se le dirigirá al sitio Onion o I2P, respectivamente. De lo contrario, se le dirigirá al sitio no seguro de Clearnet.
Para simplificar las cosas, se ha creado la URL "robosats.org" para que sirva de enlace fácil de recordar y todo en uno para los navegadores. Si utiliza un navegador TOR o I2P, se le dirigirá al sitio Onion o I2P, respectivamente. De lo contrario, se le dirigirá al sitio no seguro de Clearnet.
> [<span style="font-size:larger;">robosats.com</span>](https://robosats.com)
> [<span style="font-size:larger;">robosats.org</span>](https://robosats.org)
## Otros
@ -52,7 +52,7 @@ Puedes practicar y probar todas las funcionalidades de RoboSats sin perder fondo
O acceder de manera insegura via clearnet.
> [unsafe.testnet.robosats.com](http://unsafe.testnet.robosats.com)
> [unsafe.testnet.robosats.org](http://unsafe.testnet.robosats.org)
### Onion Mirrors
@ -67,11 +67,11 @@ Tambien es posible acceder a la plataforma **mainnet** en el puerto 8001 del oni
### Clearnet Mirrors
Hay varios servicios tor2web que sirven como mirrors en caso de que uno de ellos no esté disponible
> [unsafe.robosats.com](https://unsafe.robosats.com/) <br/>
> [unsafe2.robosats.com](https://unsafe2.robosats.com/) <br/>
> [unsafe3.robosats.com](https://unsafe3.robosats.com/) <br/>
> [unsafe.testnet.robosats.com](http://unsafe.testnet.robosats.com/) <br/>
> [unsafe2.testnet.robosats.com](http://unsafe2.testnet.robosats.com/)
> [unsafe.robosats.org](https://unsafe.robosats.org/) <br/>
> [unsafe2.robosats.org](https://unsafe2.robosats.org/) <br/>
> [unsafe3.robosats.org](https://unsafe3.robosats.org/) <br/>
> [unsafe.testnet.robosats.org](http://unsafe.testnet.robosats.org/) <br/>
> [unsafe2.testnet.robosats.org](http://unsafe2.testnet.robosats.org/)
{% include improve_es %}

View File

@ -46,10 +46,10 @@ Se genera automáticamente un token para el usuario cada vez que se accede a la
En el fondo, la creación de tokens en la página de inicio de RoboSats es el proceso de generar y cifrar tu clave privada PGP con tu token en el lado del cliente de la app. El usuario solicita al nodo RoboSats un avatar y un apodo generados a partir del token cifrado y le devuelve la identidad del robot correspondiente. Vea el gráfico a continuación:
![Generación de identidades de RoboSats](https://learn.robosats.com/assets/images/private/usergen-pipeline.png)
![Generación de identidades de RoboSats](https://learn.robosats.org/assets/images/private/usergen-pipeline.png)
## **Comunicándose con sus pares robots**
Su identidad puede estar oculta por una identidad de robot, pero eso no es excusa para ser un compañero difícil durante los intercambios. ¡Otros robots también tienen robo-sentimientos! Se conciso y respetuoso al conversar con tus pares; esto hará que la experiencia en RoboSats sea más fácil y fluida. Nunca compartas más información de la que sea absolutamente necesaria para completar el intercambio.
Todas las comunicaciones en RoboSats están encriptadas con PGP. Los mensajes de chat cifrados entre pares están firmados por cada robot, lo que demuestra que nadie interceptó el chat y es útil para resolver disputas. Consulta [Buenas prácticas > Cifrado PGP](https://learn.robosats.com/docs/pgp-encryption/es/) para obtener información adicional.
Todas las comunicaciones en RoboSats están encriptadas con PGP. Los mensajes de chat cifrados entre pares están firmados por cada robot, lo que demuestra que nadie interceptó el chat y es útil para resolver disputas. Consulta [Buenas prácticas > Cifrado PGP](https://learn.robosats.org/docs/pgp-encryption/es/) para obtener información adicional.

View File

@ -47,7 +47,7 @@ Las comisiones de la plataforma (`fee_sats`) asociadas a tu orden se calculan us
fee_sats = trade_sats * fee_fraction
````
donde `fracción_de_tarifa` se combina para una tarifa total compartida de la plataforma de {{site.robosats.total_fee}}%; que se desglosa en {{site.robosats.maker_fee}}% y {{site.robosats.taker_fee}}% para maker y taker, respectivamente. Consulte [Entender > Tarifas](https://learn.robosats.com/docs/fees/) para obtener información adicional sobre las tarifas.
donde `fracción_de_tarifa` se combina para una tarifa total compartida de la plataforma de {{site.robosats.total_fee}}%; que se desglosa en {{site.robosats.maker_fee}}% y {{site.robosats.taker_fee}}% para maker y taker, respectivamente. Consulte [Entender > Tarifas](https://learn.robosats.org/docs/fees/) para obtener información adicional sobre las tarifas.
RoboSats cobra las tarifas en el proceso de depósito en garantía (`escrow_amount`) y la factura de pago (`payout_amount`) calculando lo siguiente:
* Para el vendedor:

View File

@ -12,7 +12,7 @@ src: "_pages/es/contribute/02-languages.md"
RoboSats es una forma de cambiar bitcoin por **cualquier moneda del mundo**. Por ello, muchos usuarios sólo encontrarán útil esta herramienta si está disponible en un idioma que entiendan. Traducir RoboSats a un nuevo idioma es una de las contribuciones más valiosas al proyecto. Pone la plataforma a disposición de nuevos públicos, aumenta el alcance de esta genial herramienta de libertad y, en consecuencia, incrementa la liquidez de la cartera de pedidos para que aún más usuarios apilen Sats en privado.
No hay mucho texto en RoboSats; sin embargo, podría ser mejor dividir el trabajo con otro contribuyente. Puedes ponerte en contacto con las [comunidades RoboSats](https://learn.robosats.com/contribute/es/code/#canales-de-comunicación) y encontrar usuarios dispuestos a dividir la tarea.
No hay mucho texto en RoboSats; sin embargo, podría ser mejor dividir el trabajo con otro contribuyente. Puedes ponerte en contacto con las [comunidades RoboSats](https://learn.robosats.org/contribute/es/code/#canales-de-comunicación) y encontrar usuarios dispuestos a dividir la tarea.
## Cómo contribuir con una nueva traducción

View File

@ -16,9 +16,9 @@ Las guías, los tutoriales, las demostraciones, etc. son complementos muy valios
## Cosas a tener en cuenta
Para proporcionar a sus lectores/espectadores la información más precisa sobre la plataforma, considere consultar brevemente la documentación de RoboSats aquí en [learn.robosats.com](https://learn.robosats.com/es/). Allí encontrarás muchas características y aspectos de RoboSats con todo detalle, así como algunos [tutoriales creados anteriormente](https://learn.robosats.com/watch/es/) que pueden servirte de referencia para tu tutorial.
Para proporcionar a sus lectores/espectadores la información más precisa sobre la plataforma, considere consultar brevemente la documentación de RoboSats aquí en [learn.robosats.org](https://learn.robosats.org/es/). Allí encontrarás muchas características y aspectos de RoboSats con todo detalle, así como algunos [tutoriales creados anteriormente](https://learn.robosats.org/watch/es/) que pueden servirte de referencia para tu tutorial.
Si usted tiene preguntas persistentes que no se responden en la documentación, entonces por favor no dude en llegar y preguntar en el [grupo de apoyo público SimpleX](https://learn.robosats.com/contribute/code/#communication-channels).
Si usted tiene preguntas persistentes que no se responden en la documentación, entonces por favor no dude en llegar y preguntar en el [grupo de apoyo público SimpleX](https://learn.robosats.org/contribute/code/#communication-channels).
Si estás tratando de hacer una demostración en vivo de RoboSats para una reunión o conferencia, ¡hay compañeros robots dispuestos en los grupos de Telegram antes mencionados que estarían encantados de echar una mano robótica! No hay nada mejor (y más útil) para los novatos que ver RoboSats en vivo y en acción.

View File

@ -14,7 +14,7 @@ src: "_pages/docs/es/contribute/05-art.md"
## Ideas
Aquí no hay límites. Si quieres hacer una lluvia de ideas, no dudes en enviar un mensaje a los [grupos públicos de apoyo SimpleX](https://learn.robosats.com/contribute/es/code/#canales-de-comunicación). ¡El coordinador de arte RoboSats es [@Red_Purdy](https://twitter.com/Red_Purdy) y puede ayudar a proporcionar ideas!
Aquí no hay límites. Si quieres hacer una lluvia de ideas, no dudes en enviar un mensaje a los [grupos públicos de apoyo SimpleX](https://learn.robosats.org/contribute/es/code/#canales-de-comunicación). ¡El coordinador de arte RoboSats es [@Red_Purdy](https://twitter.com/Red_Purdy) y puede ayudar a proporcionar ideas!
Un ejemplo del uso del arte para crear compromiso con la comunidad incluye [Telegram stickers](https://t.me/addstickers/Robosats1). Las pegatinas enlazadas muestran a la casi mascota Robotoshi.

View File

@ -32,7 +32,7 @@ header:
cta_label: '<svg style="width:30px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M188.3 147.1C195.8 142.8 205.1 142.1 212.5 147.5L356.5 235.5C363.6 239.9 368 247.6 368 256C368 264.4 363.6 272.1 356.5 276.5L212.5 364.5C205.1 369 195.8 369.2 188.3 364.9C180.7 360.7 176 352.7 176 344V167.1C176 159.3 180.7 151.3 188.3 147.1V147.1zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 48C141.1 48 48 141.1 48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48z"/></svg> Aprende a usarlo ahora'
cta_url: "/watch/es/"
caption:
excerpt: 'Una forma sencilla y privada de cambiar bitcoin por monedas nacionales.<br /> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"/></svg><small> <a href="https://robosats.com">Usa RoboSats con el navegador Tor</a></small> <br/> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg><small> <a href="https://github.com/RoboSats/robosats">Página del proyecto en Github</a></small>'
excerpt: 'Una forma sencilla y privada de cambiar bitcoin por monedas nacionales.<br /> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"/></svg><small> <a href="https://robosats.org">Usa RoboSats con el navegador Tor</a></small> <br/> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg><small> <a href="https://github.com/RoboSats/robosats">Página del proyecto en Github</a></small>'
feature_row:
- image_path: /assets/images/misc/feature-fast.png
alt: "fast"

View File

@ -34,7 +34,7 @@ RoboSats est accessible en toute sécurité et en privé via l'application Andro
Il existe un moyen peu sûr de consulter la liste des transactions de RoboSats sans TOR, qui repose sur des services tor2web tiers. Avec cette URL, vous pouvez accéder à RoboSats à partir de n'importe quel navigateur, mais l'utilisation de cette URL est **fortement déconseillée !**.
> [unsafe.robosats.com](https://unsafe.robosats.com)
> [unsafe.robosats.org](https://unsafe.robosats.org)
**Dangereux** Votre vie privée peut être compromise si vous utilisez l'URL non sécurisée du Clearnet dans un navigateur web normal.
{: .notice--secondary}
@ -43,9 +43,9 @@ Si vous utilisez l'URL clearnet, vous devez supposer que vous êtes espionné. C
## <i class="fa-solid fa-person-dots-from-line"></i> URL Tout-en-un
Pour simplifier les choses, l'URL "robosats.com" a été créée pour servir de lien facile à retenir et tout-en-un pour les navigateurs. Si vous utilisez le navigateur TOR ou I2P, vous serez dirigé vers le site Onion ou I2P, respectivement. Dans le cas contraire, vous êtes dirigé vers le site Clearnet, qui n'est pas sûr.
Pour simplifier les choses, l'URL "robosats.org" a été créée pour servir de lien facile à retenir et tout-en-un pour les navigateurs. Si vous utilisez le navigateur TOR ou I2P, vous serez dirigé vers le site Onion ou I2P, respectivement. Dans le cas contraire, vous êtes dirigé vers le site Clearnet, qui n'est pas sûr.
> [<span style="font-size:larger;">robosats.com</span>](https://robosats.com)
> [<span style="font-size:larger;">robosats.org</span>](https://robosats.org)
## Autres
@ -57,7 +57,7 @@ Vous pouvez vous entraîner et tester toutes les fonctionnalités de RoboSats sa
Ou accéder de manière non sécurisée au pont testnet clearnet via le lien :
> [unsafe.testnet.robosats.com](http://unsafe.testnet.robosats.com)
> [unsafe.testnet.robosats.org](http://unsafe.testnet.robosats.org)
### Miroirs Onion
@ -73,10 +73,10 @@ Il est également possible d'accéder à la plateforme **mainnet** sur le port 8
Il existe plusieurs services tor2web qui servent de miroirs en cas d'indisponibilité de l'un d'entre eux :
> [unsafe.robosats.com](https://unsafe.robosats.com/) <br/>
> [unsafe2.robosats.com](https://unsafe2.robosats.com/) <br/>
> [unsafe3.robosats.com](https://unsafe3.robosats.com/) <br/>
> [unsafe.testnet.robosats.com](http://unsafe.testnet.robosats.com/) <br/>
> [unsafe2.testnet.robosats.com](http://unsafe2.testnet.robosats.com/)
> [unsafe.robosats.org](https://unsafe.robosats.org/) <br/>
> [unsafe2.robosats.org](https://unsafe2.robosats.org/) <br/>
> [unsafe3.robosats.org](https://unsafe3.robosats.org/) <br/>
> [unsafe.testnet.robosats.org](http://unsafe.testnet.robosats.org/) <br/>
> [unsafe2.testnet.robosats.org](http://unsafe2.testnet.robosats.org/)
{% include improve_fr %}

View File

@ -46,7 +46,7 @@ Un jeton est automatiquement généré pour vous à chaque fois que vous accéde
Sous le capot, la création d'un jeton dans la page d'accueil de RoboSats est le processus de génération et de cryptage de votre clé privée PGP avec votre jeton du côté client de l'application. L'utilisateur demande au nœud RoboSats un avatar et un surnom générés à partir de votre jeton chiffré et vous renvoie l'identité du robot correspondant. Voir le graphique ci-dessous :
![RoboSats Identity Generation Pipeline](https://learn.robosats.com/assets/images/private/usergen-pipeline.png)
![RoboSats Identity Generation Pipeline](https://learn.robosats.org/assets/images/private/usergen-pipeline.png)
## **Communiquer avec vos robots partenaires**

View File

@ -49,7 +49,7 @@ Les frais de plateforme (`fee_sats`) associés à votre ordre sont calculés en
fee_sats = trade_sats * fee_fraction
````
`fee_fraction` se combine pour un total partagé de frais de plateforme de {{site.robosats.total_fee}}% ; cela se décompose en {{site.robosats.maker_fee}}% et {{site.robosats.taker_fee}}% pour le maker et le taker, respectivement. Référez-vous à [Comprendre > Frais] (https://learn.robosats.com/docs/fr/fees/) pour plus d'informations sur les frais.
`fee_fraction` se combine pour un total partagé de frais de plateforme de {{site.robosats.total_fee}}% ; cela se décompose en {{site.robosats.maker_fee}}% et {{site.robosats.taker_fee}}% pour le maker et le taker, respectivement. Référez-vous à [Comprendre > Frais] (https://learn.robosats.org/docs/fr/fees/) pour plus d'informations sur les frais.
RoboSats collecte ensuite les frais dans le processus de dépôt de garantie (`escrow_amount`) et la facture de paiement (`payout_amount`) en calculant ce qui suit :
* Pour le vendeur:

View File

@ -13,7 +13,7 @@ src: "_pages/docs/fr/contribute/02-languages.md"
RoboSats is a way to exchange bitcoin for **any currency of the world**. As such, many users might only find this tool useful if it is available in a language they understand. Translating RoboSats into a new language is one of the most valuable contributions to the project! It makes the platform available to new audiences, increases the reach of this cool freedom tool, and subsequently increases order book liquidity for even more users to stack Sats privately.
There isn't a lot of text in RoboSats; however, it might be best to split the work with another contributor. You can reach out to the [RoboSats communities](https://learn.robosats.com/contribute/code/#communication-channels) and find users willing to split the task.
There isn't a lot of text in RoboSats; however, it might be best to split the work with another contributor. You can reach out to the [RoboSats communities](https://learn.robosats.org/contribute/code/#communication-channels) and find users willing to split the task.
## How To Contribute a New Translation

View File

@ -17,9 +17,9 @@ Guides, tutorials, demos, etc. are invaluable additions to the RoboSats website.
## Things To Consider
In order to provide your readers/viewers the most accurate information about the platform, consider briefly checking out the RoboSats documentation here on [learn.robosats.com](https://learn.robosats.com). There you will find many characteristics and aspects of RoboSats in fine detail, as well as some [previously created tutorials](https://learn.robosats.com/watch/en/) which may help serve as reference for your tutorial.
In order to provide your readers/viewers the most accurate information about the platform, consider briefly checking out the RoboSats documentation here on [learn.robosats.org](https://learn.robosats.org). There you will find many characteristics and aspects of RoboSats in fine detail, as well as some [previously created tutorials](https://learn.robosats.org/watch/en/) which may help serve as reference for your tutorial.
If you have lingering questions that are not answered in the documentation, then please do not hesitate to reach out and ask in the [public SimpleX support group](https://learn.robosats.com/contribute/code/#communication-channels).
If you have lingering questions that are not answered in the documentation, then please do not hesitate to reach out and ask in the [public SimpleX support group](https://learn.robosats.org/contribute/code/#communication-channels).
If you are trying to do a live demonstration of RoboSats for a meetup or conference event, there are willing robot peers in the aforementioned Telegram groups who would be thrilled to lend a robotic hand! There is nothing cooler (and more helpful) for first-timers than seeing RoboSats live and in action!

View File

@ -15,7 +15,7 @@ Got artistic talent? Consider drawing fan art and promoting RoboSats through swe
## Ideas
There really is no limit here! If you want to brainstorm, feel free to message the [public SimpleX support groups](https://learn.robosats.com/contribute/code/#communication-channels). The coordinator for RoboSats art is [@Red_Purdy](https://twitter.com/Red_Purdy) and can help provide ideas!
There really is no limit here! If you want to brainstorm, feel free to message the [public SimpleX support groups](https://learn.robosats.org/contribute/code/#communication-channels). The coordinator for RoboSats art is [@Red_Purdy](https://twitter.com/Red_Purdy) and can help provide ideas!
One example of using art to create community engagement includes [Telegram stickers](https://t.me/addstickers/Robosats1). The linked stickers features the quasi mascot Robotoshi.

View File

@ -32,7 +32,7 @@ header:
cta_label: '<svg style="width:30px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M188.3 147.1C195.8 142.8 205.1 142.1 212.5 147.5L356.5 235.5C363.6 239.9 368 247.6 368 256C368 264.4 363.6 272.1 356.5 276.5L212.5 364.5C205.1 369 195.8 369.2 188.3 364.9C180.7 360.7 176 352.7 176 344V167.1C176 159.3 180.7 151.3 188.3 147.1V147.1zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 48C141.1 48 48 141.1 48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48z"/></svg> Learn How to Use Now'
cta_url: "/watch/en/"
caption:
excerpt: 'A simple and private way to exchange bitcoin for national currencies.<br /> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"/></svg><small> <a href="https://robosats.com">Use RoboSats with Tor Browser</a></small> <br/> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg><small> <a href="https://github.com/RoboSats/robosats">GitHub Project Page</a></small>'
excerpt: 'A simple and private way to exchange bitcoin for national currencies.<br /> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"/></svg><small> <a href="https://robosats.org">Use RoboSats with Tor Browser</a></small> <br/> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg><small> <a href="https://github.com/RoboSats/robosats">GitHub Project Page</a></small>'
feature_row:
- image_path: /assets/images/misc/feature-fast.png
alt: "fast"

View File

@ -32,7 +32,7 @@ header:
cta_label: '<svg style="width:30px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M188.3 147.1C195.8 142.8 205.1 142.1 212.5 147.5L356.5 235.5C363.6 239.9 368 247.6 368 256C368 264.4 363.6 272.1 356.5 276.5L212.5 364.5C205.1 369 195.8 369.2 188.3 364.9C180.7 360.7 176 352.7 176 344V167.1C176 159.3 180.7 151.3 188.3 147.1V147.1zM512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 48C141.1 48 48 141.1 48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48z"/></svg> Learn How to Use Now'
cta_url: "/watch/en/"
caption:
excerpt: 'A simple and private way to exchange bitcoin for national currencies.<br /> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"/></svg><small> <a href="https://robosats.com">Use RoboSats with Tor Browser</a></small> <br/> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg><small> <a href="https://github.com/RoboSats/robosats">GitHub Project Page</a></small>'
excerpt: 'A simple and private way to exchange bitcoin for national currencies.<br /> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"/></svg><small> <a href="https://robosats.org">Use RoboSats with Tor Browser</a></small> <br/> <svg style="width:26px;height:26px;vertical-align:middle;fill:currentColor;filter:drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4))" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512"><!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg><small> <a href="https://github.com/RoboSats/robosats">GitHub Project Page</a></small>'
feature_row:
- image_path: /assets/images/misc/feature-fast.png
alt: "fast"

View File

@ -18,7 +18,7 @@ This new version introduces a significant enhancement known as the **RoboSats Fe
## How to test the pre-release?
The new federated client will now be permanently available in http://robodexarjwtfryec556cjdz3dfa7u47saek6lkftnkgshvgg2kcumqd.onion
(visit with Tor Browser) and http://dex.robosats.com (with extremely limited functionality). Once stable, it will be released as version v0.6.0 and you will be able to install it as usual on your node (e.g., [Umbrel](https://apps.umbrel.com/app/robosats), [StartOS](https://github.com/RoboSats/robosats-startos/releases), etc).
(visit with Tor Browser) and http://dex.robosats.org (with extremely limited functionality). Once stable, it will be released as version v0.6.0 and you will be able to install it as usual on your node (e.g., [Umbrel](https://apps.umbrel.com/app/robosats), [StartOS](https://github.com/RoboSats/robosats-startos/releases), etc).
## What is RoboSats Federation?

View File

@ -8,7 +8,7 @@ info:
altText: RoboSats logo
description: |2+
REST API Documentation for [RoboSats](https://learn.robosats.com) - A Simple and Private LN P2P Exchange
REST API Documentation for [RoboSats](https://learn.robosats.org) - A Simple and Private LN P2P Exchange
<p style='background-color:#fff0f0;padding:16px;border-radius:6px;border:2px solid #ffd3d3'>
<span style='color:#f31f1f;font-weight:bold'>Note:</span>

View File

@ -4,7 +4,7 @@ info:
version: 0.1.0
description: |2+
REST API Documentation for [RoboSats](https://learn.robosats.com) - A Simple and Private LN P2P Exchange
REST API Documentation for [RoboSats](https://learn.robosats.org) - A Simple and Private LN P2P Exchange
<p style='background-color:#fff0f0;padding:16px;border-radius:6px;border:2px solid #ffd3d3'>
<span style='color:#f31f1f;font-weight:bold'>Note:</span>

View File

@ -8,7 +8,7 @@ info:
altText: RoboSats logo
description: |2+
REST API Documentation for [RoboSats](https://learn.robosats.com) - A Simple and Private LN P2P Exchange
REST API Documentation for [RoboSats](https://learn.robosats.org) - A Simple and Private LN P2P Exchange
<p style='background-color:#fff0f0;padding:16px;border-radius:6px;border:2px solid #ffd3d3'>
<span style='color:#f31f1f;font-weight:bold'>Note:</span>

View File

@ -7,6 +7,6 @@
<li>Lightning fast: the average sovereign trade finishes in ~ 8 minutes. Faster than a single block confirmation!</li>
<li>Fully collateralized escrow: your peer is always committed and cannot run away with the funds.</li>
<li>Strong incentives system: attempts of cheating are penalized with the slashing of the Sats in the fidelity bond.</li>
<li>Guides and video tutorials available at https://learn.robosats.com/watch/en</li>
<li>Guides and video tutorials available at https://learn.robosats.org/watch/en</li>
</ul>
<p>You can join other cool Robots and get community support at <a href="https://t.me/robosats">our Telegram group</a>.</p>

View File

@ -273,7 +273,7 @@ const Onboarding = ({ setView, inputToken, setInputToken }: OnboardingProps): JS
<Grid item>
<Button
component={Link}
href='https://learn.robosats.com'
href='https://learn.robosats.org'
target='_blank'
color='inherit'
variant='contained'

View File

@ -65,11 +65,11 @@ const AboutDialog = ({ open, onClose }: Props): JSX.Element => {
'At no point, AnonymousAlice01 and BafflingBob02 have to entrust the bitcoin funds to each other. In case they have a conflict, the RoboSats coordinator will help resolving the dispute.',
)}
{t('You can find a step-by-step description of the trade pipeline in ')}
<Link target='_blank' href='https://learn.robosats.com/docs/trade-pipeline/'>
<Link target='_blank' href='https://learn.robosats.org/docs/trade-pipeline/'>
{t('How it works')}
</Link>
.{' ' + t('You can also check the full guide in ')}
<Link target='_blank' href='https://learn.robosats.com/read/en'>
<Link target='_blank' href='https://learn.robosats.org/read/en'>
{t('How to use')}
</Link>
.

View File

@ -93,7 +93,7 @@ const AuditPGPDialog = ({
<Button
component={Link}
target='_blank'
href='https://learn.robosats.com/docs/pgp-encryption'
href='https://learn.robosats.org/docs/pgp-encryption'
>
{t('Learn how to verify')} <NewTabIcon sx={{ width: 16, height: 16 }} />
</Button>

View File

@ -36,7 +36,7 @@ const LearnDialog = ({ open, onClose }: Props): JSX.Element => {
onClick={onClose}
autoFocus
component={Link}
href='https://learn.robosats.com'
href='https://learn.robosats.org'
target='_blank'
>
{t("Let's go!")}

View File

@ -11,7 +11,7 @@ const WalletsButton = (): JSX.Element => {
<Button
color='primary'
component={Link}
href={'https://learn.robosats.com/docs/wallets/'}
href={'https://learn.robosats.org/docs/wallets/'}
target='_blank'
align='center'
>

View File

@ -7,6 +7,6 @@
<li>Lightning fast: the average sovereign trade finishes in ~ 8 minutes. Faster than a single block confirmation!</li>
<li>Fully collateralized escrow: your peer is always committed and cannot run away with the funds.</li>
<li>Strong incentives system: attempts of cheating are penalized with the slashing of the Sats in the fidelity bond.</li>
<li>Guides and video tutorials available at https://learn.robosats.com/watch/en</li>
<li>Guides and video tutorials available at https://learn.robosats.org/watch/en</li>
</ul>
<p>You can join other cool Robots and get community support at <a href="https://t.me/robosats">our Telegram group</a>.</p>

View File

@ -116,7 +116,7 @@ SPECTACULAR_SETTINGS = {
"TITLE": "RoboSats REST API",
"DESCRIPTION": textwrap.dedent(
"""
REST API Documentation for [RoboSats](https://learn.robosats.com) - A Simple and Private LN P2P Exchange
REST API Documentation for [RoboSats](https://learn.robosats.org) - A Simple and Private LN P2P Exchange
<p style='background-color:#fff0f0;padding:16px;border-radius:6px;border:2px solid #ffd3d3'>
<span style='color:#f31f1f;font-weight:bold'>Note:</span>

View File

@ -36,7 +36,7 @@ You can edit the frontend code in `/frontend/src/` to make the changes you want.
6. Install [Requestly](https://requestly.io/) extension in your browser, it's a lightweight proxy. We want to use it so our browser grabs our local `main.js` instead of the remote. There are many alternatives to Requestly (be aware that Requestly might not respect your privacy. Didn't research it).
7. Pick a RoboSats backend to test the new frontend: e.g. "robosats.onion.moe", or "unsafe.testnet.robosats.com". You can also use the onion services also if you are using Brave or Tor Browser (untested!)
7. Pick a RoboSats backend to test the new frontend: e.g. "robosats.onion.moe", or "unsafe.testnet.robosats.org". You can also use the onion services also if you are using Brave or Tor Browser (untested!)
8. Open Requestly extension and add a new redirect rule. Make "{robosats-site}/static/frontend/main.js" redirect to "127.0.0.1:8080/frontend/main.js" and save the changes.