mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Add quick-start documentation: access robosats
This commit is contained in:
parent
159cf1a39e
commit
6442492117
@ -14,12 +14,12 @@ docs:
|
||||
children:
|
||||
- title: "<span>  <i class='fa-solid fa-bolt'></i> Lightning Network</span>"
|
||||
url: /docs/lightning/
|
||||
- title: "<span>  <img style='width:16px;height:16px' src='/assets/vector/tor.svg'/> TOR Network</span>"
|
||||
- title: "<span>  <img style='width:14px;height:14px' src='/assets/vector/tor.svg'/>TOR Network</span>"
|
||||
url: /docs/tor/
|
||||
- title: "<span>  <i class='fa-solid fa-arrow-up-right-from-square'></i> Access</span>"
|
||||
url: /docs/access/
|
||||
|
||||
- title: "<i class='fa-solid fa-hand-piece'></i> Best Practices"
|
||||
- title: "<i class='fa-solid fa-bars-staggered'></i> Best Practices"
|
||||
url: /docs/best-practices/
|
||||
children:
|
||||
- title: "<span>  <i class='fa-solid fa-fingerprint'></i> PGP Encryption</span>"
|
||||
@ -31,12 +31,12 @@ docs:
|
||||
- title: "<span>  <i class='fa-solid fa-circle-nodes'></i> Lightning Channels</span>"
|
||||
url: /docs/channels/
|
||||
|
||||
- title: "<i class='fa-solid fa-uniform-martial-arts'></i> Features"
|
||||
- title: "<i class='fa-solid fa-bars-staggered'></i> Features"
|
||||
url: /docs/features/
|
||||
children:
|
||||
- title: "<span>  <i class='fa-solid fa-user-ninja'></i> Private</span>"
|
||||
url: /docs/privacy/
|
||||
- title: "<span>  <i class='fa-solid fa-receipt'></i> Bonds & Escrow</span>"
|
||||
- title: "<span>    <i class='fa-solid fa-receipt'></i>  Bonds & Escrow</span>"
|
||||
url: /docs/bonds-escrow/
|
||||
- title: "<span>  <i class='fa-solid fa-arrow-right-arrow-left'></i> Swaps</span>"
|
||||
url: /docs/swaps/
|
||||
|
6
docs/_includes/improve
Normal file
6
docs/_includes/improve
Normal file
@ -0,0 +1,6 @@
|
||||
### <i class="fa-brands fa-github-alt"></i> You can help improve this page!
|
||||
|
||||
Learn.RoboSats is a joint effort of the RoboSats community.
|
||||
|
||||
**ProTip:** You can directly edit [the content of 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.
|
||||
{: .notice--primary}
|
@ -7,7 +7,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 [the content of this page <i class="fa-brands fa-github-alt"></i>]({{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 [the content of 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.
|
||||
{: .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.
|
@ -5,6 +5,6 @@ permalink: /docs/lightning/
|
||||
sidebar:
|
||||
title: "<i class='fa-solid fa-bolt'></i> Lightning Network</span>"
|
||||
nav: docs
|
||||
src: "https://github.com/Reckless-Satoshi/robosats/blob/main/docs/_pages/docs/00-quick-start/01-lightning.md"
|
||||
src: "_pages/docs/00-quick-start/01-lightning.md"
|
||||
---
|
||||
{% include wip %}
|
@ -5,6 +5,6 @@ permalink: /docs/tor/
|
||||
sidebar:
|
||||
title: "<img style='width:28px;height:29px' src='/assets/vector/tor.svg'/> TOR"
|
||||
nav: docs
|
||||
src: "https://github.com/Reckless-Satoshi/robosats/blob/main/docs/_pages/docs/00-quick-start/02-tor.md"
|
||||
src: "_pages/docs/00-quick-start/02-tor.md"
|
||||
---
|
||||
{% include wip %}
|
50
docs/_pages/docs/00-quick-start/03-access.md
Normal file
50
docs/_pages/docs/00-quick-start/03-access.md
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
layout: single
|
||||
title: "Accessing RoboSats"
|
||||
permalink: /docs/access/
|
||||
toc: true
|
||||
toc_sticky: true
|
||||
sidebar:
|
||||
title: "<i class='fa-solid fa-arrow-up-right-from-square'></i> Access"
|
||||
nav: docs
|
||||
src: "_pages/docs/00-quick-start/03-access.md"
|
||||
---
|
||||
|
||||
## <img style='width:32px;height:32px' src='/assets/vector/tor.svg'/> Privately with TOR
|
||||
The safest and most private way to use RoboSats is through the Onion address. You need [Tor Browser](/docs/tor/).
|
||||
|
||||
> [<b>robosats</b>6tkf3eva7x2voqso3a5wcorsnw34j<br/>veyxfqi2fu7oyheasid.onion](http://robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion/)
|
||||
|
||||
|
||||
## <i class="fa-solid fa-window-maximize"></i> Unsafe in Clearnet
|
||||
There is an unsafe way to view RoboSats without TOR that relies on third party tor2web services. With this URL you can access RoboSats from any browser, but using this URL is highly unrecommended!
|
||||
|
||||
> [unsafe.robosats.com](https://unsafe.robosats.com)
|
||||
|
||||
Take it for granted: if you use that link, you are being spied on. However, most sensitive tools will be disabled (e.g. the chat) to avoid users giving away sensitive personal data.
|
||||
|
||||
## <i class="fa-solid fa-person-dots-from-line"></i> All in one
|
||||
|
||||
In order to more easily remember how to access, we have set up robosats.com . If you are using Tor Browser, it will directly take you to the Onion Site. Otherwise, it will take you to the unsafe site.
|
||||
|
||||
> [robosats.com](https://robosats.com)
|
||||
|
||||
#### Testnet
|
||||
You can practice and test all of the functionalities in RoboSats without of losing funds by using [Testnet Bitcoin](https://en.bitcoin.it/wiki/Testnet). All you need is a Testnet Lightning wallet and access the testnet platform
|
||||
|
||||
> [<b>robotest</b>agw3dcxmd66r4rgksb4nmmr43fh7<br/>7bzn2ia2eucduyeafnyd.onion](http://robotestagw3dcxmd66r4rgksb4nmmr43fh77bzn2ia2eucduyeafnyd.onion/)
|
||||
|
||||
Or unsafely on the testnet clearnet bridge.
|
||||
|
||||
> [unsafe.testnet.robosats.com](http://unsafe.testnet.robosats.com)
|
||||
|
||||
#### Clearnet Mirrors
|
||||
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/)
|
||||
|
||||
{% include improve %}
|
Loading…
Reference in New Issue
Block a user