diff --git a/AGENT.md b/AGENT.md index 97c30070..c805dc74 100644 --- a/AGENT.md +++ b/AGENT.md @@ -1,6 +1,6 @@ # Repo Overview -This repository hosts the core of the UnstoppableSwap project. The code base is a Rust workspace with multiple crates and a Tauri based GUI. +This repository hosts the core of the eigenwallet project. The code base is a Rust workspace with multiple crates and a Tauri based GUI. ## Important directories diff --git a/dev-docs/asb/README.md b/dev-docs/asb/README.md index 3d9885f0..23d009d2 100644 --- a/dev-docs/asb/README.md +++ b/dev-docs/asb/README.md @@ -74,11 +74,11 @@ In particular, you may be interested in setting up your ASB to be reachable via In order to understand the different components of the ASB and CLI better here is a component diagram showcasing the ASB and CLI setup using public Bitcoin and Monero infrastructure: -![Service Provider scenarios](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/UnstoppableSwap/core/refs/heads/master/dev-docs/asb/diagrams/cli-asb-components-asb-pub-nodes.puml) +![Service Provider scenarios](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/eigenwallet/core/refs/heads/master/dev-docs/asb/diagrams/cli-asb-components-asb-pub-nodes.puml) Contrary, here is a diagram that showcases a service provider running it's own blockchain infrastructure for the ASB: -![Service Provider scenarios](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/UnstoppableSwap/core/refs/heads/master/dev-docs/asb/diagrams/cli-asb-components-asb-self-hosted.puml) +![Service Provider scenarios](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/eigenwallet/core/refs/heads/master/dev-docs/asb/diagrams/cli-asb-components-asb-self-hosted.puml) The diagram shows that the `asb` group (representing the `asb` binary) consists of three components: diff --git a/dev_scripts/publish_flatpak.sh b/dev_scripts/publish_flatpak.sh index 95d144fe..c8558d3f 100644 --- a/dev_scripts/publish_flatpak.sh +++ b/dev_scripts/publish_flatpak.sh @@ -1,6 +1,6 @@ #!/bin/bash -# UnstoppableSwap Flatpak Build and Deploy Script +# eigenwallet Flatpak Build and Deploy Script # Usage: ./flatpak-build.sh [--push] [--branch BRANCH] [--no-gpg] # Example: ./flatpak-build.sh --push --branch gh-pages @@ -172,7 +172,7 @@ fi PAGES_URL="https://${GITHUB_USER}.github.io/${REPO_NAME}" -echo "🏗️ Building Flatpak for UnstoppableSwap..." +echo "🏗️ Building Flatpak for eigenwallet..." echo "📁 Repository: ${GITHUB_USER}/${REPO_NAME}" echo "🌐 Pages URL: ${PAGES_URL}" echo "" @@ -322,12 +322,12 @@ flatpak build-bundle "${BUNDLE_ARGS[@]}" net.unstoppableswap.gui echo "📝 Generating .flatpakrepo file..." cat > "$REPO_DIR/unstoppableswap.flatpakrepo" << EOF [Flatpak Repo] -Title=UnstoppableSwap -Name=UnstoppableSwap +Title=eigenwallet +Name=eigenwallet Url=${PAGES_URL}/ Homepage=https://github.com/${GITHUB_USER}/${REPO_NAME} Comment=Unstoppable cross-chain atomic swaps -Description=Repository for UnstoppableSwap applications - providing secure and decentralized XMR-BTC atomic swaps +Description=Repository for eigenwallet applications - providing secure and decentralized XMR-BTC atomic swaps Icon=${PAGES_URL}/icon.png SuggestRemoteName=unstoppableswap EOF @@ -343,7 +343,7 @@ fi echo "📝 Generating .flatpakref file..." cat > "$REPO_DIR/net.unstoppableswap.gui.flatpakref" << EOF [Flatpak Ref] -Title=UnstoppableSwap GUI +Title=eigenwallet GUI Name=net.unstoppableswap.gui Branch=stable Url=${PAGES_URL}/ diff --git a/docs/components/Logo.tsx b/docs/components/Logo.tsx index 89eeb597..48387720 100644 --- a/docs/components/Logo.tsx +++ b/docs/components/Logo.tsx @@ -5,12 +5,12 @@ export default function Logo() {
UnstoppableSwap - UnstoppableSwap + eigenwallet
); } diff --git a/docs/package.json b/docs/package.json index 32d9a433..3efe7202 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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": { diff --git a/docs/pages/getting_started/install_instructions.mdx b/docs/pages/getting_started/install_instructions.mdx index 34c6b2da..32eacebf 100644 --- a/docs/pages/getting_started/install_instructions.mdx +++ b/docs/pages/getting_started/install_instructions.mdx @@ -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 diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index a771d315..005b7de2 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -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. @@ -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. diff --git a/docs/pages/usage/first_swap.mdx b/docs/pages/usage/first_swap.mdx index 9c9aa134..2a23a5ed 100644 --- a/docs/pages/usage/first_swap.mdx +++ b/docs/pages/usage/first_swap.mdx @@ -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 diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index 1c3d8096..a7dffb2a 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -7,8 +7,8 @@ export default { }, head: ( <> - UnstoppableSwap Docs - + eigenwallet Docs + diff --git a/docs/yarn-error.log b/docs/yarn-error.log index a4d925e1..614d70fa 100644 --- a/docs/yarn-error.log +++ b/docs/yarn-error.log @@ -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": { diff --git a/electrum-pool/Cargo.toml b/electrum-pool/Cargo.toml index 9b3e5138..fbc94b7d 100644 --- a/electrum-pool/Cargo.toml +++ b/electrum-pool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "electrum-pool" version = "0.1.0" -authors = ["UnstoppableSwap Team "] +authors = ["eigenwallet Team "] edition = "2021" [dependencies] diff --git a/flatpak/index.html b/flatpak/index.html index ee4fdc4d..57c2b820 100644 --- a/flatpak/index.html +++ b/flatpak/index.html @@ -3,7 +3,7 @@ - UnstoppableSwap Flatpak Repository + eigenwallet Flatpak Repository