mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-18 08:34:32 +00:00
Update github urls.
This commit is contained in:
parent
58544d141d
commit
713990f57b
9 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<div class="w-full md:w-1/2">
|
||||
<div class="flex flex-wrap md:justify-end -mx-5">
|
||||
<div class="px-5">
|
||||
<a class="inline-block text-coolGray-300 hover:text-coolGray-400" href="https://github.com/tecnovert/basicswap" target="_blank">
|
||||
<a class="inline-block text-coolGray-300 hover:text-coolGray-400" href="https://github.com/basicswap/basicswap" target="_blank">
|
||||
{{ github_svg | safe }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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; \
|
||||
|
|
4
guix.scm
4
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)))
|
||||
|
|
2
setup.py
2
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=[
|
||||
|
|
Loading…
Reference in a new issue