forked from comit-network/xmr-btc-swap
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): Upgrade versions to 1.0.0-rc.5, clarify wording, use nati…
…ve nextra components
- Loading branch information
1 parent
38d68b9
commit b816e84
Showing
14 changed files
with
407 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"index": "Home", | ||
"index": "Introduction", | ||
"getting_started": "Getting Started", | ||
"usage": "Usage", | ||
"advanced": "Advanced", | ||
"donate": "Donate" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"install_instructions": "Installation Instructions" | ||
} | ||
"install_instructions": "Installation" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,35 @@ | ||
# Installation Instructions | ||
|
||
Precompiled binaries of the _GUI_ are available for download for: | ||
|
||
- [Windows (64Bit)](#windows) | ||
- [Mac OS (Silicon)](#mac-os-silicon) | ||
- [Mac OS (Intel)](#mac-os-intel) | ||
- [Linux (Debian/Ubuntu, amd64/x86_64)](#linux-debian) | ||
- [Linux (Arch, x86_64)](#linux-pacman) | ||
- [Linux (AppImage, x86_64)](#linux-appimage) | ||
|
||
## Windows (64Bit) [#windows] | ||
|
||
1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/UnstoppableSwap-Setup-0.6.0.exe) | ||
2. Open the downloaded `.exe` installer | ||
3. Follow the installation instructions | ||
4. Open the `UnstoppableSwap` application from your Start menu | ||
|
||
## Mac OS (Silicon / ARM / M1 / M2 / M3) [#mac-os-silicon] | ||
|
||
1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/UnstoppableSwap-0.6.0-arm64.dmg) | ||
2. Open the downloaded `.dmg` file | ||
3. Drag the `UnstoppableSwap` icon to your Applications folder | ||
4. Open the `UnstoppableSwap` application from your Applications folder | ||
|
||
## Mac OS (Intel) [#mac-os-intel] | ||
|
||
1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/UnstoppableSwap-0.6.0.dmg) | ||
2. Open the downloaded `.dmg` file | ||
3. Drag the `UnstoppableSwap` icon to your Applications folder | ||
4. Open the `UnstoppableSwap` application from your Applications folder | ||
|
||
## Linux (Debian/Ubuntu, amd64/x86_64) [#linux-debian] | ||
|
||
For Debian-based distributions, you can download the Debian package and install it using `dpkg`. | ||
|
||
```bash filename="install.sh" | ||
wget https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/unstoppableswap-gui_0.6.0_amd64.deb | ||
sudo dpkg -i unstoppableswap-gui_0.6.0_amd64.deb | ||
``` | ||
|
||
## Linux (Pacman, Arch, x86_64) [#linux-pacman] | ||
|
||
For Arch-based distributions, you can download the Pacman package and install it using `pacman`. | ||
|
||
```bash filename="install.sh" | ||
wget https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/unstoppableswap-gui-0.6.0.pacman | ||
sudo pacman -U unstoppableswap-gui-0.6.0.pacman | ||
``` | ||
|
||
## Linux (AppImage) [#linux-appimage] | ||
|
||
For other Linux distributions, you can download the AppImage and run it directly. It includes all dependencies and will work on most systems. | ||
|
||
```bash filename="install.sh" | ||
wget https://github.com/UnstoppableSwap/unstoppableswap-gui/releases/download/v0.6.0/UnstoppableSwap-0.6.0.AppImage | ||
chmod +x UnstoppableSwap-0.6.0.AppImage | ||
./UnstoppableSwap-0.6.0.AppImage | ||
``` | ||
import { Tabs } from 'nextra/components' | ||
|
||
# Installation | ||
|
||
Precompiled binaries of the _GUI_ are available for most platforms. Simply download the appropriate binary for your system and follow the instructions. | ||
|
||
<Tabs items={['Windows', 'macOS (Silicon)', 'macOS (Intel)', 'Linux (x86_64)']}> | ||
<Tabs.Tab> | ||
1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_x64-setup.exe) | ||
2. Open the downloaded `.exe` installer | ||
3. Follow the installation instructions | ||
4. Open the `UnstoppableSwap` application from your Start menu | ||
</Tabs.Tab> | ||
<Tabs.Tab> | ||
1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_aarch64.dmg) | ||
2. Open the downloaded `.dmg` file | ||
3. Drag the `UnstoppableSwap` icon to your Applications folder | ||
4. Open the `UnstoppableSwap` application from your Applications folder | ||
</Tabs.Tab> | ||
<Tabs.Tab> | ||
1. Download the latest release from GitHub [here](https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_x64.dmg) | ||
2. Open the downloaded `.dmg` file | ||
3. Drag the `UnstoppableSwap` icon to your Applications folder | ||
4. Open the `UnstoppableSwap` application from your Applications folder | ||
</Tabs.Tab> | ||
<Tabs.Tab> | ||
For other Linux distributions, you can download the AppImage and run it directly. It includes all dependencies and will work on most systems. | ||
|
||
```bash filename="install.sh" | ||
wget https://github.com/UnstoppableSwap/core/releases/download/1.0.0-rc.4/UnstoppableSwap_1.0.0-rc.4_amd64.AppImage | ||
chmod +x UnstoppableSwap_1.0.0-rc.4_amd64.AppImage | ||
./UnstoppableSwap_1.0.0-rc.4_amd64.AppImage | ||
``` | ||
</Tabs.Tab> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
|
||
import { Cards } from 'nextra/components' | ||
|
||
# Introduction | ||
|
||
**UnstoppableSwap** is a protocol _and_ desktop application for swapping Monero and Bitcoin. We use atomic swaps to make trustless and private trades possible. | ||
|
||
## Quick Start | ||
|
||
To start using UnstoppableSwap, you need to install the application. Then you can do your first swap. | ||
|
||
<Cards num={2}> | ||
<Cards.Card arrow title="Installation" href="/getting_started/install_instructions"> | ||
</Cards.Card> | ||
<Cards.Card arrow title="Completing your first swap" href="/usage/first_swap"> | ||
</Cards.Card> | ||
</Cards> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"first_swap": "Complete your first Atomic Swap", | ||
"first_swap": "Complete your first swap", | ||
"market_maker_discovery": "Swap Provider discovery", | ||
"refund_punish": "Cancel, Refund and Punish explained" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.