mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-28 11:40:42 -05:00
rebranding: eigenwallet (#461)
* rebranding: Change github/UnstoppableSwap to github/eigenwallet * rebranding: change Unstoppable -> eigenwallet in a bunch of places * rebranding: change tauri icon
This commit is contained in:
parent
7bcb804d27
commit
e3e1ff5f17
66 changed files with 37 additions and 34 deletions
|
|
@ -44,7 +44,7 @@ Precompiled binaries of the _GUI_ are available for most platforms. Simply downl
|
|||
For Linux systems with Flatpak support, you can install UnstoppableSwap directly from our Flatpak repository:
|
||||
|
||||
```bash filename="install.sh"
|
||||
# Add the UnstoppableSwap repository
|
||||
# Add the eigenwallet repository
|
||||
flatpak remote-add --user unstoppableswap https://unstoppableswap.github.io/core/unstoppableswap.flatpakrepo
|
||||
|
||||
# Install the application
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@ import { Cards } from 'nextra/components'
|
|||
|
||||
# Introduction
|
||||
|
||||
**UnstoppableSwap** is a protocol _and_ desktop application for swapping Monero and Bitcoin.
|
||||
**eigenwallet** is a protocol _and_ desktop application for swapping Monero and Bitcoin.
|
||||
It uses atomic swaps to make trustless and private trades possible without the need for a centralized exchange.
|
||||
|
||||
## Quick Start
|
||||
|
||||
To start using UnstoppableSwap, you need to install the application. Then you can do your first swap.
|
||||
To start using eigenwallet, 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">
|
||||
|
|
@ -22,11 +22,11 @@ To start using UnstoppableSwap, you need to install the application. Then you ca
|
|||
Atomic swaps are cross-blockchain transactions that are executed without the need for a centralized exchange.
|
||||
They are _atomic_ because the protocol guarantees that you will not lose your assets if the swap fails[^1].
|
||||
|
||||
## How does UnstoppableSwap work?
|
||||
## How does eigenwallet work?
|
||||
|
||||
**UnstoppableSwap** is a protocol _and_ desktop application.
|
||||
**eigenwallet** is a protocol _and_ desktop application.
|
||||
When you run the app, you can connect to and swap with different _makers_.
|
||||
_Makers_ are users who run the UnstoppableSwap protocol on their own computer or server to provide liquidity.
|
||||
_Makers_ are users who run the eigenwallet protocol on their own computer or server to provide liquidity.
|
||||
They buy your Bitcoin and in return give you Monero.
|
||||
Each maker can set their own prices and fees.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# How to complete your first swap
|
||||
|
||||
In this guide, we'll walk you through the process of completing your first atomic swap using the UnstoppableSwap GUI.
|
||||
In this guide, we'll walk you through the process of completing your first atomic swap using the eigenwallet GUI.
|
||||
Although the process is quite intuitive, there are some nuances to be aware of, so we'll cover everything you need to know to get started.
|
||||
|
||||
## Prerequisites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue