diff --git a/README.md b/README.md index 21bd446..c95dae1 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Built as a low-friction, highly secure solution to the frequent losses of funds ## Under the Hood -**BasicSwap** can be best understood as the decentralized version of the SWIFT messaging network; providing a decentralized messaging protocol that allows for peers to connect directly with each other with the purpose of executing atomic swaps without central points of failure and using official core wallets (Bitcoin Core, Litecoin Core, etc). +**BasicSwap** can be best understood as the decentralized version of the SWIFT messaging network; providing a decentralized messaging protocol that allows for peers to connect directly with each other with the purpose of executing atomic swaps without central points of failure and using official core wallets (Bitcoin Core, Litecoin Core, etc). -**BasicSwap** does not process, initiate, or execute swaps; it merely enables peers to communicate with each other and exchange the required information to simplify the process of using atomic swaps on the respective blockchains of the coins being swapped. +**BasicSwap** does not process, initiate, or execute swaps; it merely enables peers to communicate with each other and exchange the required information to simplify the process of using atomic swaps on the respective blockchains of the coins being swapped. In essence, **BasicSwap** operates merely as a decentralized messaging protocol supplemented by a user-friendly interface. @@ -122,7 +122,7 @@ If you’d like to add a cryptocurrency to BasicSwap, refer to how other cryptoc Follow the guides on [Particl Academy](https://academy.particl.io) for tutorials and guides on how BasicSwap works. -* [Download BasicSwapDEX](https://github.com/tecnovert/basicswap/tree/master/doc) +* [Download BasicSwapDEX](https://github.com/basicswap/basicswap/tree/master/doc) #### Community chat support diff --git a/basicswap/templates/footer.html b/basicswap/templates/footer.html index 6318ff1..9243e17 100644 --- a/basicswap/templates/footer.html +++ b/basicswap/templates/footer.html @@ -33,7 +33,7 @@
diff --git a/bin/basicswap_prepare.py b/bin/basicswap_prepare.py index 172f2aa..4d11138 100755 --- a/bin/basicswap_prepare.py +++ b/bin/basicswap_prepare.py @@ -846,7 +846,7 @@ def prepareCore(coin, version_data, settings, data_dir, extra_opts={}): else: pubkey_filename = '{}_{}.pgp'.format(coin, signing_key_name) pubkeyurls = [ - 'https://raw.githubusercontent.com/tecnovert/basicswap/master/pgp/keys/' + pubkey_filename, + 'https://raw.githubusercontent.com/basicswap/basicswap/master/pgp/keys/' + pubkey_filename, 'https://gitlab.com/particl/basicswap/-/raw/master/pgp/keys/' + pubkey_filename, ] if coin == 'dash': @@ -1518,7 +1518,7 @@ def signal_handler(sig, frame): def check_btc_fastsync_data(base_dir, sync_file_path): - github_pgp_url = 'https://raw.githubusercontent.com/tecnovert/basicswap/master/pgp' + github_pgp_url = 'https://raw.githubusercontent.com/basicswap/basicswap/master/pgp' gitlab_pgp_url = 'https://gitlab.com/particl/basicswap/-/raw/master/pgp' asc_filename = BITCOIN_FASTSYNC_FILE + '.asc' asc_file_path = os.path.join(base_dir, asc_filename) diff --git a/doc/install.md b/doc/install.md index 6df1e58..8acfe1c 100644 --- a/doc/install.md +++ b/doc/install.md @@ -1,7 +1,7 @@ ## Source code - git clone https://github.com/tecnovert/basicswap.git + git clone https://github.com/basicswap/basicswap.git ## Run Using Docker @@ -125,7 +125,7 @@ Install Git: Download the BasicSwap code: - git clone https://github.com/tecnovert/basicswap.git + git clone https://github.com/basicswap/basicswap.git cd basicswap/docker/ @@ -170,7 +170,7 @@ Close the terminal and open a new one to update the python symlinks. cd $SWAP_DATADIR - git clone https://github.com/tecnovert/basicswap.git + git clone https://github.com/basicswap/basicswap.git cd $SWAP_DATADIR/basicswap diff --git a/doc/notes.md b/doc/notes.md index 46fb6ed..941c0c4 100644 --- a/doc/notes.md +++ b/doc/notes.md @@ -99,7 +99,7 @@ Install coincurve Install basicswap - git clone https://github.com/tecnovert/basicswap.git + git clone https://github.com/basicswap/basicswap.git cd basicswap pip3 install . diff --git a/docker/production/notes.md b/docker/production/notes.md index 6d4c242..06d74fc 100644 --- a/docker/production/notes.md +++ b/docker/production/notes.md @@ -187,4 +187,4 @@ Prepare wallet: # Notes Switch Basicswap repo: - docker-compose build swapclient --build-arg BASICSWAP_URL=https://github.com/tecnovert/basicswap/archive/refs/heads/dev.zip --build-arg BASICSWAP_DIR=basicswap-dev + docker-compose build swapclient --build-arg BASICSWAP_URL=https://github.com/basicswap/basicswap/archive/refs/heads/dev.zip --build-arg BASICSWAP_DIR=basicswap-dev diff --git a/docker/production/swapclient/Dockerfile b/docker/production/swapclient/Dockerfile index 186861c..133e0e5 100644 --- a/docker/production/swapclient/Dockerfile +++ b/docker/production/swapclient/Dockerfile @@ -14,7 +14,7 @@ RUN wget -O coincurve-anonswap.zip https://github.com/tecnovert/coincurve/archiv cd coincurve-anonswap && \ python3 setup.py install --force -ARG BASICSWAP_URL=https://github.com/tecnovert/basicswap/archive/master.zip +ARG BASICSWAP_URL=https://github.com/basicswap/basicswap/archive/master.zip ARG BASICSWAP_DIR=basicswap-master RUN wget -O basicswap-repo.zip $BASICSWAP_URL; \ unzip basicswap-repo.zip; \ diff --git a/guix.scm b/guix.scm index a27749c..a36dccc 100644 --- a/guix.scm +++ b/guix.scm @@ -123,7 +123,7 @@ (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/tecnovert/basicswap") + (url "https://github.com/basicswap/basicswap") (commit "15bf9b2187d3b8a03939e61b4c3ebf4d90fcc919"))) (sha256 (base32 @@ -164,5 +164,5 @@ )) (synopsis "Simple Atomic Swap Network - Proof of Concept") (description #f) - (home-page "https://github.com/tecnovert/basicswap") + (home-page "https://github.com/basicswap/basicswap") (license license:bsd-3))) diff --git a/setup.py b/setup.py index 867105c..1500590 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( description="Simple atomic swap system", long_description=open("README.md").read(), long_description_content_type="text/markdown", - url="https://github.com/tecnovert/basicswap", + url="https://github.com/basicswap/basicswap", packages=setuptools.find_packages(), include_package_data=True, classifiers=[