mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 02:46:28 +00:00
Rename repository
This commit is contained in:
parent
7edfed9c64
commit
899062ae70
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -37,31 +37,31 @@ jobs:
|
||||
|
||||
|
||||
django-test:
|
||||
uses: reckless-satoshi/robosats/.github/workflows/django-test.yml@main
|
||||
uses: RoboSats/robosats/.github/workflows/django-test.yml@main
|
||||
needs: check-versions
|
||||
|
||||
frontend-build:
|
||||
uses: reckless-satoshi/robosats/.github/workflows/frontend-build.yml@main
|
||||
uses: RoboSats/robosats/.github/workflows/frontend-build.yml@main
|
||||
needs: check-versions
|
||||
with:
|
||||
semver: ${{ needs.check-versions.outputs.semver }}
|
||||
|
||||
coordinator-image:
|
||||
uses: reckless-satoshi/robosats/.github/workflows/coordinator-image.yml@main
|
||||
uses: RoboSats/robosats/.github/workflows/coordinator-image.yml@main
|
||||
needs: [django-test, frontend-build]
|
||||
secrets: inherit
|
||||
with:
|
||||
semver: ${{ needs.check-versions.outputs.semver }}
|
||||
|
||||
client-image:
|
||||
uses: reckless-satoshi/robosats/.github/workflows/client-image.yml@main
|
||||
uses: RoboSats/robosats/.github/workflows/client-image.yml@main
|
||||
needs: frontend-build
|
||||
secrets: inherit
|
||||
with:
|
||||
semver: ${{ needs.check-versions.outputs.semver }}
|
||||
|
||||
android-build:
|
||||
uses: reckless-satoshi/robosats/.github/workflows/android-build.yml@main
|
||||
uses: RoboSats/robosats/.github/workflows/android-build.yml@main
|
||||
needs: [frontend-build, check-versions]
|
||||
with:
|
||||
semver: ${{ needs.check-versions.outputs.semver }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Contributing to Robosats
|
||||
|
||||
Anyone is welcome to contribute to Robosats. If you're looking for somewhere to start contributing, check out the [good first issue](https://github.com/reckless-satoshi/robosats/issues?q=is%3Aopen+is%3Aissue+label%3A"good+first+issue") list.
|
||||
Anyone is welcome to contribute to Robosats. If you're looking for somewhere to start contributing, check out the [good first issue](https://github.com/RoboSats/robosats/issues?q=is%3Aopen+is%3Aissue+label%3A"good+first+issue") list.
|
||||
|
||||
|
||||
This contributing guide is based on the [Bisq contributing guide](https://github.com/bisq-network/bisq/blob/master/CONTRIBUTING.md). While the scope and complexity of RoboSats is more managable, following best practices is free.
|
||||
|
14
README.md
14
README.md
@ -1,15 +1,15 @@
|
||||
## RoboSats - Buy and sell Satoshis Privately
|
||||
[![Coordinator CI](https://github.com/Reckless-Satoshi/robosats/actions/workflows/coordinator-image.yml/badge.svg?branch=main)](https://github.com/Reckless-Satoshi/robosats/actions/workflows/coordinator-image.yml)
|
||||
[![Frontend Build](https://github.com/Reckless-Satoshi/robosats/actions/workflows/frontend-build.yml/badge.svg?branch=main)](https://github.com/Reckless-Satoshi/robosats/actions/workflows/frontend-build.yml)
|
||||
[![release](https://img.shields.io/badge/release-v0.1.0%20MVP-red)](https://github.com/Reckless-Satoshi/robosats/releases)
|
||||
[![AGPL-3.0 license](https://img.shields.io/badge/license-AGPL--3.0-blue)](https://github.com/Reckless-Satoshi/robosats/blob/main/LICENSE)
|
||||
[![Coordinator CI](https://github.com/RoboSats/robosats/actions/workflows/coordinator-image.yml/badge.svg?branch=main)](https://github.com/RoboSats/robosats/actions/workflows/coordinator-image.yml)
|
||||
[![Frontend Build](https://github.com/RoboSats/robosats/actions/workflows/frontend-build.yml/badge.svg?branch=main)](https://github.com/RoboSats/robosats/actions/workflows/frontend-build.yml)
|
||||
[![release](https://img.shields.io/badge/release-v0.1.0%20MVP-red)](https://github.com/RoboSats/robosats/releases)
|
||||
[![AGPL-3.0 license](https://img.shields.io/badge/license-AGPL--3.0-blue)](https://github.com/RoboSats/robosats/blob/main/LICENSE)
|
||||
[![Telegram](https://img.shields.io/badge/chat-telegram-brightgreen)](https://t.me/robosats)
|
||||
|
||||
RoboSats is a simple and private way to exchange bitcoin for national currencies. Robosats simplifies the peer-to-peer user experience and uses lightning hold invoices to minimize custody and trust requirements. The deterministically generated avatars help users stick to best privacy practices.
|
||||
|
||||
|
||||
<div align="center">
|
||||
<img width="75%" src="https://raw.githubusercontent.com/Reckless-Satoshi/robosats/main/frontend/static/assets/images/robosats-0.1.1-banner.png">
|
||||
<img width="75%" src="https://raw.githubusercontent.com/RoboSats/robosats/main/frontend/static/assets/images/robosats-0.1.1-banner.png">
|
||||
</div>
|
||||
|
||||
## Try it out!
|
||||
@ -57,11 +57,11 @@ Alice wants to buy satoshis privately:
|
||||
Check out our [Contribution Guide](https://learn.robosats.com/contribute/) to find how you can make RoboSats great.
|
||||
|
||||
### ⚡Developer Rewards ⚡
|
||||
Check out the [Developer Rewards Panel](https://github.com/users/Reckless-Satoshi/projects/2/views/5) for tasks paid in Sats.
|
||||
Check out the [Developer Rewards Panel](https://github.com/users/RoboSats/projects/2/views/5) for tasks paid in Sats.
|
||||
|
||||
## Sponsors
|
||||
<div align="center">
|
||||
<img src="https://raw.githubusercontent.com/Reckless-Satoshi/robosats/main/docs/assets/images/sponsors/hrf.png" width="300px">
|
||||
<img src="https://raw.githubusercontent.com/RoboSats/robosats/main/docs/assets/images/sponsors/hrf.png" width="300px">
|
||||
</div>
|
||||
|
||||
## Inspiration
|
||||
|
@ -367,7 +367,7 @@ class UserViewSchema:
|
||||
using cryptographically secure methods. [Here's]() the function the Javascript
|
||||
client uses to generate the tokens. Since the server only recieves the hash of the
|
||||
token, it trusts the client with computing `length`, `counts` and `unique_values`
|
||||
correctly. Check [here](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/src/utils/token.js#L13)
|
||||
correctly. Check [here](https://github.com/RoboSats/robosats/blob/main/frontend/src/utils/token.js#L13)
|
||||
to see how the Javascript client copmutes these values. These values are optional,
|
||||
but if provided, the api computes the entropy of the token adds two additional
|
||||
fields to the response JSON - `token_shannon_entropy` and `token_bits_entropy`.
|
||||
@ -601,7 +601,7 @@ class BookViewSchema:
|
||||
location=OpenApiParameter.QUERY,
|
||||
description=(
|
||||
"The currency id to filter by. Currency IDs can be found [here]"
|
||||
"(https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/static/assets/currencies.json). "
|
||||
"(https://github.com/RoboSats/robosats/blob/main/frontend/static/assets/currencies.json). "
|
||||
"Value of `0` means ANY currency"
|
||||
),
|
||||
type=int,
|
||||
@ -637,7 +637,7 @@ class RobotViewSchema:
|
||||
Make sure you generate your token using cryptographically secure methods. [Here's]() the function the Javascript
|
||||
client uses to generate the tokens. Since the server only receives the hash of the
|
||||
token, it is responsibility of the client to create a strong token. Check
|
||||
[here](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/src/utils/token.js)
|
||||
[here](https://github.com/RoboSats/robosats/blob/main/frontend/src/utils/token.js)
|
||||
to see how the Javascript client creates a random strong token and how it validates entropy is optimal for tokens
|
||||
created by the user at will.
|
||||
|
||||
|
@ -436,13 +436,13 @@ class OrderPublicSerializer(serializers.ModelSerializer):
|
||||
class MakeOrderSerializer(serializers.ModelSerializer):
|
||||
currency = serializers.IntegerField(
|
||||
required=True,
|
||||
help_text="Currency id. See [here](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/static/assets/currencies.json) for a list of all IDs",
|
||||
help_text="Currency id. See [here](https://github.com/RoboSats/robosats/blob/main/frontend/static/assets/currencies.json) for a list of all IDs",
|
||||
)
|
||||
payment_method = serializers.CharField(
|
||||
max_length=70,
|
||||
default="not specified",
|
||||
required=False,
|
||||
help_text="Can be any string. The UI recognizes [these payment methods](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/src/components/payment-methods/Methods.js) and displays them with a logo.",
|
||||
help_text="Can be any string. The UI recognizes [these payment methods](https://github.com/RoboSats/robosats/blob/main/frontend/src/components/payment-methods/Methods.js) and displays them with a logo.",
|
||||
)
|
||||
is_explicit = serializers.BooleanField(
|
||||
default=False,
|
||||
|
@ -255,7 +255,6 @@ class OrderView(viewsets.ViewSet):
|
||||
status.HTTP_403_FORBIDDEN,
|
||||
)
|
||||
|
||||
# WRITE Update last_seen for maker and taker.
|
||||
data["maker_nick"] = str(order.maker)
|
||||
|
||||
# Add activity status of participants based on last_seen
|
||||
@ -610,7 +609,7 @@ class OrderView(viewsets.ViewSet):
|
||||
return Response(
|
||||
{
|
||||
"bad_request": "The Robotic Satoshis working in the warehouse did not understand you. "
|
||||
+ "Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
+ "Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
},
|
||||
status.HTTP_501_NOT_IMPLEMENTED,
|
||||
)
|
||||
|
@ -23,7 +23,7 @@ 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"
|
||||
baseurl : "" # the subpath of your site, e.g. "/blog"
|
||||
repository : reckless-satoshi/robosats # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||
repository : RoboSats/robosats # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
||||
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
||||
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
|
||||
@ -133,7 +133,7 @@ author:
|
||||
url: "https://t.me/Reckless_Satoshi"
|
||||
- label: "GitHub"
|
||||
icon: "fab fa-fw fa-github"
|
||||
url: "https://github.com/reckless-satoshi"
|
||||
url: "https://github.com/RoboSats"
|
||||
- label: "Reddit"
|
||||
icon: "fa-brands fa-reddit-square"
|
||||
url: "https://reddit.com/u/reckless_satoshi"
|
||||
@ -152,7 +152,7 @@ footer:
|
||||
url: "https://t.me/robosats"
|
||||
- label: "GitHub"
|
||||
icon: "fab fa-fw fa-github"
|
||||
url: "https://github.com/reckless-satoshi/robosats"
|
||||
url: "https://github.com/RoboSats/robosats"
|
||||
- label: "Email"
|
||||
icon: "fas fa-fw fa-envelope-square"
|
||||
url: "mailto:robosats-social@protonmail.com"
|
||||
|
@ -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 us build more and better tutorials in every language.
|
||||
|
||||
**ProTip:** You can directly [edit this page <i class="fa-brands fa-github-alt"></i>](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request <i class="fa-solid fa-code-pull-request"/>](https://github.com/Reckless-Satoshi/robosats/pulls). Your changes will show right here.
|
||||
**ProTip:** You can directly [edit this page <i class="fa-brands fa-github-alt"></i>](https://github.com/RoboSats/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request <i class="fa-solid fa-code-pull-request"/>](https://github.com/RoboSats/robosats/pulls). Your changes will show right here.
|
||||
{: .notice--primary}
|
@ -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 <i class="fa-brands fa-github-alt"></i>](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request <i class="fa-solid fa-code-pull-request"/>](https://github.com/Reckless-Satoshi/robosats/pulls). Your changes will show right here.
|
||||
**ProTip:** You can directly [edit this page <i class="fa-brands fa-github-alt"></i>](https://github.com/RoboSats/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request <i class="fa-solid fa-code-pull-request"/>](https://github.com/RoboSats/robosats/pulls). Your changes will show right here.
|
||||
{: .notice--primary}
|
@ -9,7 +9,7 @@ This page is under construction. Learn.RoboSats is a joint effort of the RoboSat
|
||||
|
||||
## <i class="fa-solid fa-seedling"></i> You can complete this page!
|
||||
|
||||
**ProTip:** You can directly [edit this page <i class="fa-brands fa-github-alt"></i>](https://github.com/Reckless-Satoshi/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request <i class="fa-solid fa-code-pull-request"/>](https://github.com/Reckless-Satoshi/robosats/pulls). Your changes will show right here.
|
||||
**ProTip:** You can directly [edit this page <i class="fa-brands fa-github-alt"></i>](https://github.com/RoboSats/robosats/blob/main/docs/{{page.src}}) and open a [Pull Request <i class="fa-solid fa-code-pull-request"/>](https://github.com/RoboSats/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.
|
@ -10,7 +10,7 @@ toc_sticky: true
|
||||
src: "_pages/contribute/01-development.md"
|
||||
---
|
||||
|
||||
Everyone can contribute to the development of the Robotic Satoshis Open Source Project. If you're looking for somewhere to start contributing, check out the [good first issue](https://github.com/reckless-satoshi/robosats/issues?q=is%3Aopen+is%3Aissue+label%3A"good+first+issue") list.
|
||||
Everyone can contribute to the development of the Robotic Satoshis Open Source Project. If you're looking for somewhere to start contributing, check out the [good first issue](https://github.com/RoboSats/robosats/issues?q=is%3Aopen+is%3Aissue+label%3A"good+first+issue") list.
|
||||
|
||||
|
||||
This contributing guide is based on the [Bisq contributing guide](https://github.com/bisq-network/bisq/blob/master/CONTRIBUTING.md). While the scope and complexity of RoboSats is more manageable, following best practices is free.
|
||||
|
@ -17,7 +17,7 @@ There isn't a lot of text in RoboSats, however it might be best to split the wor
|
||||
|
||||
### How to contribute a new translation.
|
||||
|
||||
Simply create a new translation file in `frontend/src/static/locales` [Link to GitHub](https://github.com/Reckless-Satoshi/robosats/tree/main/frontend/static/locales). In `locales` there is a single file with a json dictionary for every language. In order to create a new translation, simply copy `en.json` (the master text) into a new file named after the language's [ISO 639 two character code](https://www.loc.gov/standards/iso639-2/php/English_list.php).
|
||||
Simply create a new translation file in `frontend/src/static/locales` [Link to GitHub](https://github.com/RoboSats/robosats/tree/main/frontend/static/locales). In `locales` there is a single file with a json dictionary for every language. In order to create a new translation, simply copy `en.json` (the master text) into a new file named after the language's [ISO 639 two character code](https://www.loc.gov/standards/iso639-2/php/English_list.php).
|
||||
|
||||
### Guidelines
|
||||
|
||||
|
@ -16,14 +16,14 @@ We do, however, get approached by very enthusiastic bitcoiners who want to boots
|
||||
You can donate the following ways:
|
||||
|
||||
- **Zap us on Nostr:**
|
||||
All Nostr zaps will go towards the social media team.
|
||||
All Nostr zaps will go towards the social media team.
|
||||
Here is the nPub for RoboSats account :
|
||||
|
||||
|
||||
```
|
||||
npub1p2psats79rypr8lpnl9t5qdekfp700x660qsgw284xvq4s09lqrqqk3m82
|
||||
```
|
||||
```
|
||||
|
||||
- **Directly tip the developer working on the features you like.** Check the [active PRs](https://github.com/Reckless-Satoshi/robosats/pulls) and show your support to the developers with via Lightning tips. Simply write a message, for example "@developer_name, I would like to fund your development of this feature with 6000 Sats". The developer should reply with a LN invoice with a long expiration time.
|
||||
- **Directly tip the developer working on the features you like.** Check the [active PRs](https://github.com/RoboSats/robosats/pulls) and show your support to the developers with via Lightning tips. Simply write a message, for example "@developer_name, I would like to fund your development of this feature with 6000 Sats". The developer should reply with a LN invoice with a long expiration time.
|
||||
|
||||
- **Tip the RoboSats devfund via Paynym (BIP47): [{{site.robosats.paynym}}](https://paynym.is/{{site.robosats.paynym}})** paynym code:
|
||||
|
||||
|
@ -96,7 +96,7 @@ Since messages are signed by the robots keeping the log our robot token is very
|
||||
|
||||
The frontend application of RoboSats that runs on your browser does the job of encrypting, decrypting an verifying every message. But in this tutorial we have independently verified it works as intended: we have verified that **only the person with access to the robot token can read (decrypt) and sign messages** during a RoboSats trade.
|
||||
|
||||
**ProTip:** In order to independently verify that your token is absolutely secret and never sent to a third party you will need to run a HTTP request packet sniffer. You can also check by yourself the [frontend source code](https://github.com/Reckless-Satoshi/robosats/tree/main/frontend/src).
|
||||
**ProTip:** In order to independently verify that your token is absolutely secret and never sent to a third party you will need to run a HTTP request packet sniffer. You can also check by yourself the [frontend source code](https://github.com/RoboSats/robosats/tree/main/frontend/src).
|
||||
{: .notice--secondary}
|
||||
|
||||
## Legacy: Why encryption is needed?
|
||||
|
@ -20,7 +20,7 @@ Note: This guidance is modified from Bisq's <a href="https://bisq.wiki/Trading_r
|
||||
|
||||
### For both bitcoin buyer and seller
|
||||
|
||||
1. Make sure to checking out the <a href="https://github.com/Reckless-Satoshi/robosats/blob/main/docs/how-to-use.md">How to use </a>section before begin trading.<br>
|
||||
1. Make sure to checking out the <a href="https://github.com/RoboSats/robosats/blob/main/docs/how-to-use.md">How to use </a>section before begin trading.<br>
|
||||
2. State the agreement clearly to prevent misunderstanding.<br>
|
||||
3. The fiat payment method should be able to send and receive instantly because the hodl invoice had an expiration time of 24 hours.<br>
|
||||
if the timer reaches the expiration, it could trigger a dispute and could lead to a loss of fidelity bond.<br>
|
||||
|
@ -23,7 +23,7 @@ thumbsdown: "<i style='color:#9c27b0' class='fa-solid fa-thumbs-down fa-2xl'></i
|
||||
unclear: "<i style='color:#ff9800' class='fa-solid fa-question fa-2xl'></i>"
|
||||
bitcoin: "<i class='fa-solid fa-bitcoin-sign'></i>"
|
||||
---
|
||||
This is a non-exhaustive compilation based on past experience of users. We have not tested every wallet, if you test a wallet that is not yet covered, please [report here](https://github.com/Reckless-Satoshi/robosats/issues/44).
|
||||
This is a non-exhaustive compilation based on past experience of users. We have not tested every wallet, if you test a wallet that is not yet covered, please [report here](https://github.com/RoboSats/robosats/issues/44).
|
||||
|
||||
| Wallet | Version | Device | UX<sup>1</sup> | Bonds<sup>2</sup> | Payout<sup>3</sup> | Comp<sup>4</sup> | Total<sup>5</sup> |
|
||||
|:---|:---|:--:|:--:|:--:|:--:|:--:|:--:|
|
||||
@ -32,13 +32,13 @@ This is a non-exhaustive compilation based on past experience of users. We have
|
||||
|[LND](#lnd-cli-interface)|[v0.14.2](https://github.com/LightningNetwork/lnd)|{{page.cli}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.thumbsup}}|
|
||||
|[Core Lightning](#core-lightning--cln-cli-interface)|[v0.11.1](https://github.com/ElementsProject/lightning)|{{page.cli}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.thumbsup}}|
|
||||
|[Zeus](#zeus-mobile-lnd-cln-eclair-remote-backend)|[v0.6.0-rc3](https://github.com/ZeusLN/zeus)|{{page.phone}}{{page.remote}}|{{page.soso}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.thumbsup}}|
|
||||
|[SBW](https://github.com/Reckless-Satoshi/robosats/issues/44#issue-1135544303)|[2.4.27](https://github.com/btcontract/wallet/)|{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.thumbsup}}|
|
||||
|[SBW](https://github.com/RoboSats/robosats/issues/44#issue-1135544303)|[2.4.27](https://github.com/btcontract/wallet/)|{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.thumbsup}}|
|
||||
|[Muun](#muun-mobile)|[47.3](https://muun.com/)|{{page.phone}}|{{page.good}}|{{page.good}}|{{page.bad}}|{{page.bad}}|{{page.thumbsdown}}|
|
||||
|[lntxbot](https://github.com/Reckless-Satoshi/robosats/issues/44#issuecomment-1054607956)|[NA](https://t.me/lntxbot)|{{page.laptop}}{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}} | [{{page.thumbsup}}](https://github.com/Reckless-Satoshi/robosats/issues/44#issuecomment-1054607956)|
|
||||
|[lntxbot](https://github.com/RoboSats/robosats/issues/44#issuecomment-1054607956)|[NA](https://t.me/lntxbot)|{{page.laptop}}{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}} | [{{page.thumbsup}}](https://github.com/RoboSats/robosats/issues/44#issuecomment-1054607956)|
|
||||
|[Blue](#bluewallet-mobile)|[1.4.4](https://bluewallet.io/)|{{page.phone}}|{{page.good}}|{{page.unclear}}|{{page.unclear}}|{{page.good}}|{{page.unclear}}|
|
||||
|[WoS](https://github.com/Reckless-Satoshi/robosats/issues/44#issue-1135544303)|[1.15.0](https://www.walletofsatoshi.com/)|{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.thumbsup}}|
|
||||
|[WoS](https://github.com/RoboSats/robosats/issues/44#issue-1135544303)|[1.15.0](https://www.walletofsatoshi.com/)|{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.thumbsup}}|
|
||||
|[Phoenix](#phoenix-mobile)|[35-1.4.20](https://phoenix.acinq.co/)|{{page.phone}}|{{page.good}}|{{page.soso}}|{{page.good}}|{{page.good}}|{{page.unclear}}|
|
||||
|[{{page.bitcoin}} Beach](#bitcoin-beach-mobile)|[v1.7.7](https://galoy.io/bitcoin-beach-wallet/)|{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}} |[{{page.thumbsup}}](https://github.com/Reckless-Satoshi/robosats/issues/44#issuecomment-1126318591)|
|
||||
|[{{page.bitcoin}} Beach](#bitcoin-beach-mobile)|[v1.7.7](https://galoy.io/bitcoin-beach-wallet/)|{{page.phone}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}} |[{{page.thumbsup}}](https://github.com/RoboSats/robosats/issues/44#issuecomment-1126318591)|
|
||||
|[Alby](#alby-browser-extension)|[v1.14.2](https://github.com/getAlby/lightning-browser-extension)|{{page.laptop}}|{{page.good}}|{{page.good}}|{{page.good}}|{{page.good}} |{{page.thumbsup}}|
|
||||
|
||||
1. **UX:** Does the wallet convey clearly that there is an "ongoing" payment (hodl invoice)?
|
||||
@ -85,5 +85,5 @@ The hodl invoice shows as a grey icon while waiting. Need to tap the obvious bac
|
||||
One of the simplest and one of the best. The hodl invoice shows as "on fly", it is no custodial and it allows to create our own channels, to buy one from a liquidity provider or use Hosted Channels. It is maintained by the great Fiatjaf and it is a fork of the abandoned SBW.
|
||||
|
||||
## <i class="fa-solid fa-code-pull-request"></i> 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/{{page.src}}) 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/RoboSats/robosats/tree/main/docs/{{page.src}}) and opening a [Pull Request](https://github.com/RoboSats/robosats/pulls)
|
||||
|
||||
|
@ -18,7 +18,7 @@ When making an order, there are two different pricing methods available:
|
||||
|
||||
When browsing the order book, the bitcoin-fiat price of live orders you see are automatically adjusted to include the order’s corresponding premium. Refer to [Understand > Premium](https://learn.robosats.com/docs/premium/) for additional information on premiums.
|
||||
|
||||
If a fiat currency isn't available on RoboSats, then one can easily add a new currency by opening a pull request on [GitHub](https://github.com/Reckless-Satoshi/robosats)!
|
||||
If a fiat currency isn't available on RoboSats, then one can easily add a new currency by opening a pull request on [GitHub](https://github.com/RoboSats/robosats)!
|
||||
|
||||
## **Prices in Practice**
|
||||
|
||||
@ -85,11 +85,11 @@ Feel free to suggest additional API providers! RoboSats calculates the median bi
|
||||
|
||||
All currencies available in yadio.io and blockchain.info APIs should be available in RoboSats as well.
|
||||
|
||||
Don't see a currency you want to trade with? It is very easy for contributors to add a new currency by opening a pull request on the [GitHub](https://github.com/Reckless-Satoshi/robosats).
|
||||
Don't see a currency you want to trade with? It is very easy for contributors to add a new currency by opening a pull request on the [GitHub](https://github.com/RoboSats/robosats).
|
||||
|
||||
First, check the current [currencies.json](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/static/assets/currencies.json) file to verify if the currency you are seeking is indeed missing from RoboSats.
|
||||
First, check the current [currencies.json](https://github.com/RoboSats/robosats/blob/main/frontend/static/assets/currencies.json) file to verify if the currency you are seeking is indeed missing from RoboSats.
|
||||
|
||||
If you find a currency that is missing from RoboSats and also available in any of the two referenced APIs, then you can directly edit the currencies.json and [FlagsWithProps.tsx](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/src/components/FlagWithProps/FlagWithProps.tsx) files.
|
||||
If you find a currency that is missing from RoboSats and also available in any of the two referenced APIs, then you can directly edit the currencies.json and [FlagsWithProps.tsx](https://github.com/RoboSats/robosats/blob/main/frontend/src/components/FlagWithProps/FlagWithProps.tsx) files.
|
||||
|
||||
After merging the pull request, the added currency will now be available in RoboSats!
|
||||
|
||||
|
@ -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/reckless-satoshi/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.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>'
|
||||
feature_row:
|
||||
- image_path: /assets/images/misc/feature-fast.png
|
||||
alt: "fast"
|
||||
@ -52,7 +52,7 @@ feature_row:
|
||||
alt: "FLOSS"
|
||||
title: "Open Source"
|
||||
excerpt: 'RoboSats is fully open source and will always be. Built by Robots just like you!{::nomarkdown}<div style="content-align:center"><p style="margin-top: -5px;margin-bottom: 0px"><iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=reckless-satoshi&repo=robosats&type=star&count=true&size=large" frameborder="0" scrolling="0" width="150px" height="30px"></iframe><iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=reckless-satoshi&repo=robosats&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="150px" height="30px"></iframe></p></div>{:/nomarkdown}'
|
||||
url: "https://github.com/Reckless-Satoshi/robosats/blob/main/LICENSE"
|
||||
url: "https://github.com/RoboSats/robosats/blob/main/LICENSE"
|
||||
btn_class: "btn--primary"
|
||||
btn_label: "See License"
|
||||
---
|
||||
|
@ -111,7 +111,7 @@ First thing is to lock a small fidelity bond (just {{site.robosats.default_bond_
|
||||
<img src="/assets/images/how-to-use/contract-box-1.png" width="370" />
|
||||
</div>
|
||||
|
||||
Scan or copy the invoice into your lightning wallet. It might show as a payment that is on transit, freeze or even seemingly break your wallet. You should always check on the RoboSats website whether the bond has been locked (your wallet will probably not tell you! Check [wallet compatibility list](https://github.com/Reckless-Satoshi/robosats/issues/44))
|
||||
Scan or copy the invoice into your lightning wallet. It might show as a payment that is on transit, freeze or even seemingly break your wallet. You should always check on the RoboSats website whether the bond has been locked (your wallet will probably not tell you! Check [wallet compatibility list](https://github.com/RoboSats/robosats/issues/44))
|
||||
|
||||
<div align="center">
|
||||
<img src="/assets/images/how-to-use/contract-box-2.png" width="370" />
|
||||
@ -169,13 +169,13 @@ In the maker page you are only required to enter the currency, order type (buy/s
|
||||
<img src="/assets/images/how-to-use/contract-box-7.png" width="370" />
|
||||
</div>
|
||||
|
||||
You have to copy or scan the invoice with your lightning wallet in order to lock your fidelity maker bond (just 1% of the trade amount)). By locking this bond, the takers know you can be trusted and are committed to follow with this trade. In your wallet it might show as a payment that is on transit, freeze or even seemingly break your wallet. You should always check on the RoboSats website whether the bond has been locked (your wallet will probably not tell you! Check [wallet compatibility list](https://github.com/Reckless-Satoshi/robosats/issues/44))
|
||||
You have to copy or scan the invoice with your lightning wallet in order to lock your fidelity maker bond (just 1% of the trade amount)). By locking this bond, the takers know you can be trusted and are committed to follow with this trade. In your wallet it might show as a payment that is on transit, freeze or even seemingly break your wallet. You should always check on the RoboSats website whether the bond has been locked (your wallet will probably not tell you! Check [wallet compatibility list](https://github.com/RoboSats/robosats/issues/44))
|
||||
|
||||
<div align="center">
|
||||
<img src="/assets/images/how-to-use/contract-box-8.png" width="370" />
|
||||
</div>
|
||||
|
||||
Your order will be public for {{site.robosats.hours_public_default}} hours. You can check the time left to expiration by checking the "Order" tab. It can be canceled at any time without penalty before it is taken by another robot. Keep the contract tab open to be notified [with this sound](https://github.com/Reckless-Satoshi/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3). It might be best to do this on a desktop computer and turn on the volume, so you do not miss when your order is taken. It might take long! Maybe you even forget! You can also enable telegram notifications by pressing "Enable Telegram Notification" and then pressing "Start" in the chat. You will receive a welcome message as confirmation of the enabled notifications. Another message will be sent once a taker for your order is found.
|
||||
Your order will be public for {{site.robosats.hours_public_default}} hours. You can check the time left to expiration by checking the "Order" tab. It can be canceled at any time without penalty before it is taken by another robot. Keep the contract tab open to be notified [with this sound](https://github.com/RoboSats/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3). It might be best to do this on a desktop computer and turn on the volume, so you do not miss when your order is taken. It might take long! Maybe you even forget! You can also enable telegram notifications by pressing "Enable Telegram Notification" and then pressing "Start" in the chat. You will receive a welcome message as confirmation of the enabled notifications. Another message will be sent once a taker for your order is found.
|
||||
|
||||
*Note: If you forget your order and a robot takes it and locks his fidelity bond, you risk losing your own fidelity bond by not fulfilling the next contract steps.*
|
||||
|
||||
|
@ -103,7 +103,7 @@ Als erstes musst du eine kleine Kaution hinterlegen (nur {{site.robosats.default
|
||||
<img src="/assets/images/how-to-use/contract-box-1.png" width="370" />
|
||||
</div>
|
||||
|
||||
Scanne oder kopiere die Invoice in deine Lightning Wallet. Sie könnte als Zahlung angezeigt werden, die sich auf dem Transportweg befindet, einfrieren oder sogar scheinbar deine Wallet zerstören. Du solltest immer auf der RoboSats-Website überprüfen, ob die Kaution gesperrt wurde (deine Wallet wird dir das wahrscheinlich nicht sagen! Siehe [kompatible wallets](https://github.com/Reckless-Satoshi/robosats/issues/44))
|
||||
Scanne oder kopiere die Invoice in deine Lightning Wallet. Sie könnte als Zahlung angezeigt werden, die sich auf dem Transportweg befindet, einfrieren oder sogar scheinbar deine Wallet zerstören. Du solltest immer auf der RoboSats-Website überprüfen, ob die Kaution gesperrt wurde (deine Wallet wird dir das wahrscheinlich nicht sagen! Siehe [kompatible wallets](https://github.com/RoboSats/robosats/issues/44))
|
||||
|
||||
<div align="center">
|
||||
<img src="/assets/images/how-to-use/contract-box-2.png" width="370" />
|
||||
@ -161,13 +161,13 @@ Auf der Maker Seite musst du nur die Währung, die Angebotsart (Kauf/Verkauf) un
|
||||
<img src="/assets/images/how-to-use/contract-box-7.png" width="370" />
|
||||
</div>
|
||||
|
||||
Du musst die Invoice mit deinem Lightning Wallet kopieren oder scannen, um deine Kaution für den Treuhandgeber zu sperren (nur 1% des Handelsbetrags). Durch das Sperren dieser Kaution wissen die Taker, dass du vertrauenswürdig bist und dich verpflichtest, diesen Handel zu vollenden. In deiner Wallet könnte es als eine Zahlung angezeigt werden, die auf dem Weg ist, einfrieren oder sogar deine Wallet scheinbar zerstören. Du solltest immer auf der RoboSats-Website überprüfen, ob die Kaution gesperrt wurde (deine Wallet wird dir das wahrscheinlich nicht sagen! Siehe [Kompatible Wallets](https://github.com/Reckless-Satoshi/robosats/issues/44))
|
||||
Du musst die Invoice mit deinem Lightning Wallet kopieren oder scannen, um deine Kaution für den Treuhandgeber zu sperren (nur 1% des Handelsbetrags). Durch das Sperren dieser Kaution wissen die Taker, dass du vertrauenswürdig bist und dich verpflichtest, diesen Handel zu vollenden. In deiner Wallet könnte es als eine Zahlung angezeigt werden, die auf dem Weg ist, einfrieren oder sogar deine Wallet scheinbar zerstören. Du solltest immer auf der RoboSats-Website überprüfen, ob die Kaution gesperrt wurde (deine Wallet wird dir das wahrscheinlich nicht sagen! Siehe [Kompatible Wallets](https://github.com/RoboSats/robosats/issues/44))
|
||||
|
||||
<div align="center">
|
||||
<img src="/assets/images/how-to-use/contract-box-8.png" width="370" />
|
||||
</div>
|
||||
|
||||
Dein Angebot ist {{site.robosats.hours_public_default}} Stunden lang öffentlich zugänglich. Du kannst die verbleibende Zeit bis zum Ablauf überprüfen, indem du die Registerkarte "Order" anklickst. Du kannst das Angebot jederzeit stornieren, bevor es von einem anderen Roboter angenommen wird. Lasse die Registerkarte " Order " offen, um [mit diesem Ton](https://github.com/Reckless-Satoshi/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3) benachrichtigt zu werden. Am besten ist es, wenn du dies auf einem Desktop-Computer machst und die Lautstärke einstellst, damit du nicht verpasst, wenn dein Auftrag angenommen wird. Das kann lange dauern! Vielleicht vergisst du es sogar! Du kannst auch Telegram-Benachrichtigungen aktivieren, indem du auf "Enable Telegram Notification" und dann im Chat auf "Start" drückst. Du erhältst eine Willkommensnachricht als Bestätigung der aktivierten Benachrichtigungen. Eine weitere Nachricht wird gesendet, sobald ein Abnehmer für dein Angebot gefunden ist.
|
||||
Dein Angebot ist {{site.robosats.hours_public_default}} Stunden lang öffentlich zugänglich. Du kannst die verbleibende Zeit bis zum Ablauf überprüfen, indem du die Registerkarte "Order" anklickst. Du kannst das Angebot jederzeit stornieren, bevor es von einem anderen Roboter angenommen wird. Lasse die Registerkarte " Order " offen, um [mit diesem Ton](https://github.com/RoboSats/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3) benachrichtigt zu werden. Am besten ist es, wenn du dies auf einem Desktop-Computer machst und die Lautstärke einstellst, damit du nicht verpasst, wenn dein Auftrag angenommen wird. Das kann lange dauern! Vielleicht vergisst du es sogar! Du kannst auch Telegram-Benachrichtigungen aktivieren, indem du auf "Enable Telegram Notification" und dann im Chat auf "Start" drückst. Du erhältst eine Willkommensnachricht als Bestätigung der aktivierten Benachrichtigungen. Eine weitere Nachricht wird gesendet, sobald ein Abnehmer für dein Angebot gefunden ist.
|
||||
|
||||
*Hinweis: Wenn du dein Angebot vergisst und es ein Roboter annimmt und seine Kaution sperrt, riskierst du, deine eigene Kaution zu verlieren, weil du die nächsten Schritte des Handels nicht erfüllst.
|
||||
|
||||
|
@ -100,7 +100,7 @@ Lo primero será bloquear una pequeña fianza de fidelidad (1% del valor total d
|
||||
<img src="/assets/images/how-to-use/contract-box-1.png" width="370" />
|
||||
</div>
|
||||
|
||||
Escanea o copia la factura lightning con tu billetera. Puede que te muestre que el pago está en tránsito, puede que se congele, o incluso puede que parezca que tu billetera no responde. La única forma de saber si tu fianza se ha bloqueado es confirmar en la web de RoboSats (¡Tu billetera casi seguro no te lo va a decir! Puedes mirar esta [lista de compatibilidad de billeteras](https://github.com/Reckless-Satoshi/robosats/issues/44) para más detalles)
|
||||
Escanea o copia la factura lightning con tu billetera. Puede que te muestre que el pago está en tránsito, puede que se congele, o incluso puede que parezca que tu billetera no responde. La única forma de saber si tu fianza se ha bloqueado es confirmar en la web de RoboSats (¡Tu billetera casi seguro no te lo va a decir! Puedes mirar esta [lista de compatibilidad de billeteras](https://github.com/RoboSats/robosats/issues/44) para más detalles)
|
||||
|
||||
<div align="center">
|
||||
<img src="/assets/images/how-to-use/contract-box-2.png" width="370" />
|
||||
@ -159,13 +159,13 @@ Al crear una orden, solo es requerido especificar la moneda, el tipo de orden (c
|
||||
<img src="/assets/images/how-to-use/contract-box-7.png" width="370" />
|
||||
</div>
|
||||
|
||||
Debes copiar o escanear la factura con tu billetera lightning para bloquear tu fianza de fidelidad como creador ({{site.robosats.default_bond_size}}% del valor total de la transacción por defecto). Al bloquear esta fianza, los compradores perciben que eres de fiar y se comprometen a seguir con el intercambio. En tu billetera puede mostrarse como un pago en tránsito, congelarse o incluso aparentemente romper tu billetera. Siempre debes verificar en la web de RoboSats si el depósito ha sido bloqueado (¡tu billetera probablemente no te lo dirá! Comprueba la [lista de compatibilidad de billeteras](https://github.com/Reckless-Satoshi/robosats/issues/44))
|
||||
Debes copiar o escanear la factura con tu billetera lightning para bloquear tu fianza de fidelidad como creador ({{site.robosats.default_bond_size}}% del valor total de la transacción por defecto). Al bloquear esta fianza, los compradores perciben que eres de fiar y se comprometen a seguir con el intercambio. En tu billetera puede mostrarse como un pago en tránsito, congelarse o incluso aparentemente romper tu billetera. Siempre debes verificar en la web de RoboSats si el depósito ha sido bloqueado (¡tu billetera probablemente no te lo dirá! Comprueba la [lista de compatibilidad de billeteras](https://github.com/RoboSats/robosats/issues/44))
|
||||
|
||||
<div align="center">
|
||||
<img src="/assets/images/how-to-use/contract-box-8.png" width="370" />
|
||||
</div>
|
||||
|
||||
Tu orden permanecerá publicada durante {{site.robosats.hours_public_default}} horas por defecto. Puedes comprobar cuánto tiempo le queda consultando la pestaña "Order". Se puede cancelar en cualquier momento sin penalización antes de que otro robot tome tu orden. Mantén abierta la pestaña del contrato para recibir notificaciones [con este sonido](https://github.com/Reckless-Satoshi/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3). Es aconsejable hacer esto en un ordenador o portátil con el volumen encendido para enterarte cuando alguien tome tu orden porque puede transcurrir bastante tiempo. ¡Quizás incluso olvides que tienes publicada una orden! También puedes activar las notificaciones de telegram. Simplemente pulsa en "Enable Telegram Notifications" y presiona "Start" en la conversación con el bot de RoboSats. Te llegará un mensaje de bienvenida y cuando alguien tome la orden te avisará con un mensaje.
|
||||
Tu orden permanecerá publicada durante {{site.robosats.hours_public_default}} horas por defecto. Puedes comprobar cuánto tiempo le queda consultando la pestaña "Order". Se puede cancelar en cualquier momento sin penalización antes de que otro robot tome tu orden. Mantén abierta la pestaña del contrato para recibir notificaciones [con este sonido](https://github.com/RoboSats/robosats/raw/main/frontend/static/assets/sounds/taker-found.mp3). Es aconsejable hacer esto en un ordenador o portátil con el volumen encendido para enterarte cuando alguien tome tu orden porque puede transcurrir bastante tiempo. ¡Quizás incluso olvides que tienes publicada una orden! También puedes activar las notificaciones de telegram. Simplemente pulsa en "Enable Telegram Notifications" y presiona "Start" en la conversación con el bot de RoboSats. Te llegará un mensaje de bienvenida y cuando alguien tome la orden te avisará con un mensaje.
|
||||
|
||||
*Nota: Si no estás pendiente de tu orden y un robot la toma y bloquea su fianza, corres el riesgo de perder tu fianza por no cumplir con los siguientes pasos del contrato.*
|
||||
|
||||
|
@ -25,7 +25,7 @@ paths:
|
||||
name: currency
|
||||
schema:
|
||||
type: integer
|
||||
description: The currency id to filter by. Currency IDs can be found [here](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/static/assets/currencies.json).
|
||||
description: The currency id to filter by. Currency IDs can be found [here](https://github.com/RoboSats/robosats/blob/main/frontend/static/assets/currencies.json).
|
||||
Value of `0` means ANY currency
|
||||
- in: query
|
||||
name: type
|
||||
@ -1116,7 +1116,7 @@ components:
|
||||
maximum: 32767
|
||||
currency:
|
||||
type: integer
|
||||
description: Currency id. See [here](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/static/assets/currencies.json)
|
||||
description: Currency id. See [here](https://github.com/RoboSats/robosats/blob/main/frontend/static/assets/currencies.json)
|
||||
for a list of all IDs
|
||||
amount:
|
||||
type: string
|
||||
@ -1145,7 +1145,7 @@ components:
|
||||
payment_method:
|
||||
type: string
|
||||
default: not specified
|
||||
description: Can be any string. The UI recognizes [these payment methods](https://github.com/Reckless-Satoshi/robosats/blob/main/frontend/src/components/payment-methods/Methods.js)
|
||||
description: Can be any string. The UI recognizes [these payment methods](https://github.com/RoboSats/robosats/blob/main/frontend/src/components/payment-methods/Methods.js)
|
||||
and displays them with a logo.
|
||||
maxLength: 70
|
||||
is_explicit:
|
||||
|
@ -163,7 +163,7 @@ const CommunityDialog = ({ open = false, onClose }: Props): JSX.Element => {
|
||||
<ListItemButton
|
||||
component='a'
|
||||
target='_blank'
|
||||
href='https://github.com/Reckless-Satoshi/robosats/issues'
|
||||
href='https://github.com/RoboSats/robosats/issues'
|
||||
rel='noreferrer'
|
||||
>
|
||||
<ListItemIcon>
|
||||
|
@ -46,7 +46,7 @@ const InfoDialog = ({ maxAmount, open, onClose }: Props): JSX.Element => {
|
||||
</p>
|
||||
<p>
|
||||
{t('RoboSats is an open source project ')}{' '}
|
||||
<Link href='https://github.com/reckless-satoshi/robosats'>{t('(GitHub).')}</Link>
|
||||
<Link href='https://github.com/RoboSats/robosats'>{t('(GitHub).')}</Link>
|
||||
</p>
|
||||
</Typography>
|
||||
|
||||
@ -196,10 +196,7 @@ const InfoDialog = ({ maxAmount, open, onClose }: Props): JSX.Element => {
|
||||
<p>
|
||||
{' '}
|
||||
{t('You can build more trust on RoboSats by inspecting the source code.')}{' '}
|
||||
<Link href='https://github.com/reckless-satoshi/robosats'>
|
||||
{' '}
|
||||
{t('Project source code')}
|
||||
</Link>
|
||||
<Link href='https://github.com/RoboSats/robosats'> {t('Project source code')}</Link>
|
||||
.{' '}
|
||||
</p>
|
||||
</Typography>
|
||||
|
@ -129,7 +129,7 @@ const StatsDialog = ({ open = false, onClose, info }: Props): JSX.Element => {
|
||||
<ListItemText secondary={t('Coordinator commit hash')}>
|
||||
<Link
|
||||
target='_blank'
|
||||
href={`https://github.com/Reckless-Satoshi/robosats/tree/${info.robosats_running_commit_hash}`}
|
||||
href={`https://github.com/RoboSats/robosats/tree/${info.robosats_running_commit_hash}`}
|
||||
rel='noreferrer'
|
||||
>
|
||||
{`${info.robosats_running_commit_hash.slice(0, 12)}...`}
|
||||
|
@ -53,7 +53,7 @@ const UpdateClientDialog = ({
|
||||
<ListItemButton
|
||||
component='a'
|
||||
target='_blank'
|
||||
href={`https://github.com/Reckless-Satoshi/robosats/releases/tag/${coordinatorVersion}-alpha`}
|
||||
href={`https://github.com/RoboSats/robosats/releases/tag/${coordinatorVersion}-alpha`}
|
||||
rel='noreferrer'
|
||||
>
|
||||
<ListItemIcon>
|
||||
|
@ -104,7 +104,7 @@ export const SuccessfulPrompt = ({
|
||||
Telegram
|
||||
</Link>
|
||||
{' / '}
|
||||
<Link target='_blank' href='https://github.com/Reckless-Satoshi/robosats/issues'>
|
||||
<Link target='_blank' href='https://github.com/RoboSats/robosats/issues'>
|
||||
Github
|
||||
</Link>
|
||||
)
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "Has de tenir un avatar robot per veure els detalls de l'ordre",
|
||||
"This order has been cancelled collaborativelly": "Aquesta ordre ha estat cancel·lada col·laborativament",
|
||||
"This order is not available": "Aquesta ordre no està disponible",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Els Satoshis Robotics que treballen al magatzem no t'han entès. Si us plau, omple un un problema d'error a Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "Els Satoshis Robotics que treballen al magatzem no t'han entès. Si us plau, omple un un problema d'error a Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "Debes tener un Robot para ver los detalles de la orden",
|
||||
"This order has been cancelled collaborativelly": "Esta orden se ha cancelado colaborativamente",
|
||||
"This order is not available": "Esta orden no está disponible",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "Los Satoshis Robóticos del almacén no te han entendido. Por favor, crea una nueva entrada en Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "Los Satoshis Robóticos del almacén no te han entendido. Por favor, crea una nueva entrada en Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -32,5 +32,5 @@ phrases = {
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues",
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "注文の詳細を見るには、ロボットのアバターが必要です。",
|
||||
"This order has been cancelled collaborativelly": "この注文は共同でキャンセルされました",
|
||||
"This order is not available": "この注文は利用できません",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "倉庫で働くロボティック・サトシたちはあなたを理解できませんでした。GitHubのバグレポートに記入してください:https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "倉庫で働くロボティック・サトシたちはあなたを理解できませんでした。GitHubのバグレポートに記入してください:https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "You must have a robot avatar to see the order details",
|
||||
"This order has been cancelled collaborativelly": "This order has been cancelled collaboratively",
|
||||
"This order is not available": "This order is not available",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "你必须有机器人头像才能看到订单详情",
|
||||
"This order has been cancelled collaborativelly": "这张订单已被合作取消",
|
||||
"This order is not available": "这张订单不可用",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "在仓库里工作的机器人没懂你的意思。请在 Github https://github.com/reckless-satoshi/robosats/issues 上填写出差问题"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "在仓库里工作的机器人没懂你的意思。请在 Github https://github.com/RoboSats/robosats/issues 上填写出差问题"
|
||||
}
|
||||
|
@ -620,5 +620,5 @@
|
||||
"You must have a robot avatar to see the order details": "你必須有機器人頭像才能看到訂單詳情",
|
||||
"This order has been cancelled collaborativelly": "這張訂單已被合作取消",
|
||||
"This order is not available": "這張訂單不可用",
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/reckless-satoshi/robosats/issues": "在倉庫裡工作的機器人沒懂你的意思。請在 GitHub https://github.com/reckless-satoshi/robosats/issues 上填寫出錯問題"
|
||||
"The Robotic Satoshis working in the warehouse did not understand you. Please, fill a Bug Issue in Github https://github.com/RoboSats/robosats/issues": "在倉庫裡工作的機器人沒懂你的意思。請在 GitHub https://github.com/RoboSats/robosats/issues 上填寫出錯問題"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user