mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-20 08:02:20 -05:00
rebranding: Change github/UnstoppableSwap to github/eigenwallet
This commit is contained in:
parent
bc35a804f7
commit
c970dcdd4e
17 changed files with 23 additions and 23 deletions
|
|
@ -12,7 +12,7 @@ It's also strongly recommended to run your own Monero and Bitcoin nodes.
|
|||
|
||||
## Docker Compose setup
|
||||
|
||||
We maintain a Docker Compose configuration ([link](https://github.com/UnstoppableSwap/asb-docker-compose)) that automatically starts and manages these services:
|
||||
We maintain a Docker Compose configuration ([link](https://github.com/eigenwallet/asb-docker-compose)) that automatically starts and manages these services:
|
||||
|
||||
- `asb` (the maker service, with built-in wallet functionality connecting directly to `monerod` and `electrs`)
|
||||
- `electrs` (a Bitcoin blockchain indexer, connecting to `bitcoind`)
|
||||
|
|
@ -29,7 +29,7 @@ If you want to setup for testnet, go into the `testnet` directory instead.
|
|||
All other steps remain the same.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/UnstoppableSwap/asb-docker-compose.git
|
||||
git clone https://github.com/eigenwallet/asb-docker-compose.git
|
||||
cd asb-docker-compose/mainnet
|
||||
```
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ We will prioritize the asb configuration file in this guide, because you probabl
|
|||
|
||||
### Usage and commands
|
||||
|
||||
_This list is also available in the [repository](https://github.com/UnstoppableSwap/asb-docker-compose/), including variations for testnet._
|
||||
_This list is also available in the [repository](https://github.com/eigenwallet/asb-docker-compose/), including variations for testnet._
|
||||
|
||||
First, make sure you're in the directory with the `docker-compose.yml` file:
|
||||
|
||||
|
|
|
|||
|
|
@ -11,19 +11,19 @@ Precompiled binaries of the _GUI_ are available for most platforms. Simply downl
|
|||
|
||||
<Tabs items={['Windows', 'macOS (Silicon)', 'macOS (Intel)', 'Linux (x86_64)', 'Linux (arm64)', 'Flatpak']}>
|
||||
<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)
|
||||
1. Download the latest release from GitHub [here](https://github.com/eigenwallet/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)
|
||||
1. Download the latest release from GitHub [here](https://github.com/eigenwallet/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)
|
||||
1. Download the latest release from GitHub [here](https://github.com/eigenwallet/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
|
||||
|
|
@ -32,7 +32,7 @@ Precompiled binaries of the _GUI_ are available for most platforms. Simply downl
|
|||
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
|
||||
wget https://github.com/eigenwallet/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
|
||||
```
|
||||
|
|
@ -77,7 +77,7 @@ If you want to build the application from source you'll need to have the followi
|
|||
After that you only need to clone the repository and run the following commands:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/UnstoppableSwap/core.git
|
||||
git clone https://github.com/eigenwallet/core.git
|
||||
cd core/src-tauri
|
||||
cargo tauri build # may take a while
|
||||
```
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import Logo from "./components/Logo";
|
|||
export default {
|
||||
logo: <Logo />,
|
||||
project: {
|
||||
link: "https://github.com/UnstoppableSwap/core",
|
||||
link: "https://github.com/eigenwallet/core",
|
||||
},
|
||||
head: (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue