mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 09:53:09 -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
|
|
@ -5,12 +5,12 @@ export default function Logo() {
|
|||
<div style={{ display: "flex", alignItems: "center", gap: "8px" }}>
|
||||
<Image
|
||||
src="/favicon.svg"
|
||||
alt="UnstoppableSwap"
|
||||
alt="eigenwallet"
|
||||
width={32}
|
||||
height={32}
|
||||
style={{ borderRadius: "20%" }}
|
||||
/>
|
||||
<span>UnstoppableSwap</span>
|
||||
<span>eigenwallet</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "unstoppableswap-docs",
|
||||
"version": "1.0.0",
|
||||
"description": "Documentation for the UnstoppableSwap GUI",
|
||||
"description": "Documentation for the eigenwallet GUI",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ export default {
|
|||
},
|
||||
head: (
|
||||
<>
|
||||
<title>UnstoppableSwap Docs</title>
|
||||
<meta name="description" content="UnstoppableSwap Docs" />
|
||||
<title>eigenwallet Docs</title>
|
||||
<meta name="description" content="eigenwallet Docs" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ npm manifest:
|
|||
{
|
||||
"name": "unstoppableswap-docs",
|
||||
"version": "1.0.0",
|
||||
"description": "Documentation for the UnstoppableSwap GUI",
|
||||
"description": "Documentation for the eigenwallet GUI",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue