Commit Graph

21 Commits

Author SHA1 Message Date
Reckless_Satoshi
61b6148128
Add android build workflow 2022-07-14 10:59:26 -07:00
Reckless_Satoshi
ae4d6a1ac0
Include all docs svg icons, Fix links, Add pages 2022-05-22 03:08:41 -07:00
smargold476
297c8b22c2
Change docpaths (#142) 2022-05-18 21:59:38 +00:00
Reckless_Satoshi
d639ecd706
Add video walktroughts and tutorials to README.md 2022-05-08 18:26:14 +00:00
Reckless_Satoshi
86d9dc4571
Update README.md 2022-04-12 20:08:02 +00:00
Reckless_Satoshi
39db60ec35 Merge branch 'main' of https://github.com/dsitti/robosats into main 2022-03-18 19:03:34 +01:00
Reckless_Satoshi
d5747c2325
Update README.md 2022-03-10 22:06:03 +00:00
Reckless_Satoshi
69f6735f86
Improve chat status communication 2022-03-10 13:35:16 -08:00
beefgroin
bd1f229f88
Fix wrong spanish guide link 2022-03-02 11:13:08 +00:00
Reckless_Satoshi
ec9fecf691
Update README.md 2022-02-18 09:41:16 +00:00
Reckless_Satoshi
82a7c49045
Update README.md 2022-02-14 23:05:15 +00:00
Reckless_Satoshi
ab18dcb7aa
Update README.md 2022-01-31 15:45:52 +00:00
Reckless_Satoshi
0306c18e8c
Update README.md 2022-01-31 13:57:39 +00:00
Reckless_Satoshi
2263ec7153
Add penalty live countdown. Fix unilateral cancellation after escrow 2022-01-26 03:44:45 -08:00
Reckless_Satoshi
28abd0380f
FIx collection of typos 2022-01-22 09:01:57 -08:00
Reckless_Satoshi
bfa0cd84d1
Update readme 2022-01-19 05:32:54 -08:00
Reckless_Satoshi
ce9845cbc2
Users stay logged in when re-entering home if there is an active order or is an old account 2022-01-18 09:42:45 -08:00
Reckless_Satoshi
8e609b9e47
Add dynamic refresh rate to OrderPage based on order status 2022-01-15 04:00:11 -08:00
Reckless_Satoshi
03653cb09a
Update domain 2022-01-14 10:00:41 -08:00
Reckless_Satoshi
7cdf4bc781
Update README.md 2022-01-01 17:29:05 +00:00
Reckless-Satoshi
2e3a32705b
Add concept for BTC <> Fiat p2p swap using Lightning.
- Motivation
    1) It is widely recognized that one of the main attack vectors for the Bitcoin network is the ability of states to control the fiat on/off-ramps.
    2) While there exists peer-to-peer alternatives to centralized exchanges, these are rather technical, slow and more costly.
    3) Most users prefer the convenience of a centralized exchange at the cost of a difficult of the risk for their privacy and a difficult initial setup (ID, selfie-video, etc).

- Opportunities
    Using the Lightning Network and hodl invoices it is possible to create a more user friendly, faster and cheaper peer-to-peer market. This vision was first enacted by @grunch on the p2plnbot telegam bot project.

- Challenges
    1) Ideally the seller hodl invoice and the payment to the buyer invoice would be atomic. Given that this is not technically possible, the proposed concept relies on the need of trust on the service provider.

There are reasons to believe that challenging centralized solutions both in user experience and cost is possible.

This commit adds a rough concept for thefrontend, backend and design.
This project, tentatively named RoboSats (short for Robotic Satoshis) and licensed at launch under AGPL3.0.
2022-01-01 07:28:49 -08:00