Reckless_Satoshi
2 years ago
committed by
GitHub
3 changed files with 76 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
version: "3.7" |
||||
|
|
||||
|
services: |
||||
|
app_proxy: |
||||
|
environment: |
||||
|
APP_HOST: ${APP_ROBOSATS_IP} |
||||
|
APP_PORT: ${APP_ROBOSATS_PORT} |
||||
|
|
||||
|
web: |
||||
|
image: recksato/robosats-client:7083423@sha256:289f47608f2a325cbd7560d3f43f2bcb16ff57edc492ba65867c81f54d48fb38 |
||||
|
restart: on-failure |
||||
|
stop_grace_period: 1m |
||||
|
init: true |
||||
|
environment: |
||||
|
TOR_PROXY_IP: ${TOR_PROXY_IP} |
||||
|
TOR_PROXY_PORT: ${TOR_PROXY_PORT} |
||||
|
ROBOSATS_ONION: robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion |
||||
|
networks: |
||||
|
default: |
||||
|
ipv4_address: ${APP_ROBOSATS_IP} |
@ -0,0 +1,2 @@ |
|||||
|
export APP_ROBOSATS_IP="10.21.21.108" |
||||
|
export APP_ROBOSATS_PORT="12596" |
@ -0,0 +1,54 @@ |
|||||
|
manifestVersion: 1 |
||||
|
id: robosats |
||||
|
category: Finance |
||||
|
name: RoboSats |
||||
|
version: "v0.2.0" |
||||
|
tagline: Simple and Private Bitcoin P2P Exchange |
||||
|
description: >- |
||||
|
RoboSats is a simple and private app to exchange bitcoin for national currencies. |
||||
|
Robosats simplifies the P2P user experience and uses lightning hold invoices to |
||||
|
minimize custody and trust requirements. The deterministically generated robot |
||||
|
avatars help users stick to best privacy practices. |
||||
|
|
||||
|
|
||||
|
Features: |
||||
|
|
||||
|
|
||||
|
- Privacy focused: your robot avatar is deterministically generated, no need for registration. |
||||
|
|
||||
|
- More than 10 languages available and over 60 fiat currencies |
||||
|
|
||||
|
- Safe: simply lock a lightning hodl invoice and show you are real and commited. |
||||
|
|
||||
|
- No data collection. Your communication with your peer is PGP encrypted, only you can read it. |
||||
|
|
||||
|
- Lightning fast: the average soverign trade finishes in ~ 8 minutes. Faster than a single block confirmation! |
||||
|
|
||||
|
- Fully collateralized escrow: your peer is always commited and cannot run away with the funds. |
||||
|
|
||||
|
- Strong incentives system: attempts of cheating are penalized with the slashing of the Sats in the fidelity bond. |
||||
|
|
||||
|
- Guides and video tutorials available at https://learn.robosats.com/watch.en . |
||||
|
|
||||
|
|
||||
|
You can join other cool Robots and get community support at https://t.me/robosats telegram group. |
||||
|
|
||||
|
releaseNotes: >- |
||||
|
RoboSats is now available on Umbrel! |
||||
|
|
||||
|
You can now use your WebLN compatible wallet with RoboSats. |
||||
|
developer: RoboSats |
||||
|
website: https://learn.robosats.com |
||||
|
dependencies: [] |
||||
|
repo: https://github.com/reckless-satoshi/robosats |
||||
|
support: https://t.me/robosats |
||||
|
port: 12596 |
||||
|
gallery: |
||||
|
- 1.jpg |
||||
|
- 2.jpg |
||||
|
- 3.jpg |
||||
|
- 4.jpg |
||||
|
- 5.jpg |
||||
|
path: "" |
||||
|
defaultUsername: "" |
||||
|
defaultPassword: "" |
Loading…
Reference in new issue