mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-25 10:19:18 -04:00
17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
|
|
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> |