This commit is contained in:
koalasat
2025-07-20 15:12:08 +02:00
parent 7fc3ce67a7
commit dfb79e635d
3 changed files with 48 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package com.robosats
import android.annotation.SuppressLint
import android.app.Application
import android.content.Context
import android.content.pm.ActivityInfo
import android.os.Build
import android.os.Bundle

46
android/zapstore.yaml Normal file
View File

@ -0,0 +1,46 @@
name: Robosats
summary: A simple and private bitcoin 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:
- Decentralized: Scrow services are individually provided by members of the Robosats federation.
- 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 committed.
- No data collection. Your communication with your peer is PGP encrypted, only you can read it.
- Lightning fast: the average sovereign trade finishes in ~ 8 minutes. Faster than a single block confirmation!
- Fully collateralized escrow: your peer is always committed 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://learn.robosats.org.
repository: https://github.com/RoboSats/robosats
images:
- ../../fastlane/metadata/en-US/images/phoneScreenshots/01.jpg
- ../../fastlane/metadata/en-US/images/phoneScreenshots/02.jpg
- ../../fastlane/metadata/en-US/images/phoneScreenshots/03.jpg
- ../../fastlane/metadata/en-US/images/phoneScreenshots/04.jpg
- ../../fastlane/metadata/en-US/images/phoneScreenshots/05.jpg
- ../../fastlane/metadata/en-US/images/phoneScreenshots/06.jpg
icon: ../../fastlane/metadata/en-US/images/icon.png
tags: privacy lightning bitcoin p2p tor exchange foss
license: AGPL-3.0
remote_metadata:
- github
assets: # for github
- robosats-v\d+\.\d+\.\d+.\w+-universal.apk
- robosats-v\d+\.\d+\.\d+.\w+-arm64-v8a.apk
- robosats-v\d+\.\d+\.\d+.\w+-armeabi-v7a.apk

View File

@ -1,5 +1,6 @@
<p>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.</p>
<p><br><b>Features:</b></p><ul>
<li>Decentralized: Scrow services are individually provided by members of the Robosats federation.</li>
<li>Privacy focused: your robot avatar is deterministically generated, no need for registration.</li>
<li>More than 10 languages available and over 60 fiat currencies</li>
<li>Safe: simply lock a lightning hodl invoice and show you are real and committed.</li>
@ -9,4 +10,4 @@
<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.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>
<p>You can join other cool Robots and get community support at <a href="https://learn.robosats.org">https://learn.robosats.org</a>.</p>