mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
Update github urls.
This commit is contained in:
parent
58544d141d
commit
713990f57b
9 changed files with 15 additions and 15 deletions
|
@ -35,9 +35,9 @@ Built as a low-friction, highly secure solution to the frequent losses of funds
|
||||||
|
|
||||||
## Under the Hood
|
## 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.
|
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.
|
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
|
#### Community chat support
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<div class="w-full md:w-1/2">
|
<div class="w-full md:w-1/2">
|
||||||
<div class="flex flex-wrap md:justify-end -mx-5">
|
<div class="flex flex-wrap md:justify-end -mx-5">
|
||||||
<div class="px-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 }}
|
{{ github_svg | safe }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -846,7 +846,7 @@ def prepareCore(coin, version_data, settings, data_dir, extra_opts={}):
|
||||||
else:
|
else:
|
||||||
pubkey_filename = '{}_{}.pgp'.format(coin, signing_key_name)
|
pubkey_filename = '{}_{}.pgp'.format(coin, signing_key_name)
|
||||||
pubkeyurls = [
|
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,
|
'https://gitlab.com/particl/basicswap/-/raw/master/pgp/keys/' + pubkey_filename,
|
||||||
]
|
]
|
||||||
if coin == 'dash':
|
if coin == 'dash':
|
||||||
|
@ -1518,7 +1518,7 @@ def signal_handler(sig, frame):
|
||||||
|
|
||||||
|
|
||||||
def check_btc_fastsync_data(base_dir, sync_file_path):
|
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'
|
gitlab_pgp_url = 'https://gitlab.com/particl/basicswap/-/raw/master/pgp'
|
||||||
asc_filename = BITCOIN_FASTSYNC_FILE + '.asc'
|
asc_filename = BITCOIN_FASTSYNC_FILE + '.asc'
|
||||||
asc_file_path = os.path.join(base_dir, asc_filename)
|
asc_file_path = os.path.join(base_dir, asc_filename)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
## Source code
|
## Source code
|
||||||
|
|
||||||
git clone https://github.com/tecnovert/basicswap.git
|
git clone https://github.com/basicswap/basicswap.git
|
||||||
|
|
||||||
|
|
||||||
## Run Using Docker
|
## Run Using Docker
|
||||||
|
@ -125,7 +125,7 @@ Install Git:
|
||||||
|
|
||||||
Download the BasicSwap code:
|
Download the BasicSwap code:
|
||||||
|
|
||||||
git clone https://github.com/tecnovert/basicswap.git
|
git clone https://github.com/basicswap/basicswap.git
|
||||||
cd basicswap/docker/
|
cd basicswap/docker/
|
||||||
|
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ Close the terminal and open a new one to update the python symlinks.
|
||||||
|
|
||||||
|
|
||||||
cd $SWAP_DATADIR
|
cd $SWAP_DATADIR
|
||||||
git clone https://github.com/tecnovert/basicswap.git
|
git clone https://github.com/basicswap/basicswap.git
|
||||||
cd $SWAP_DATADIR/basicswap
|
cd $SWAP_DATADIR/basicswap
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,7 @@ Install coincurve
|
||||||
|
|
||||||
Install basicswap
|
Install basicswap
|
||||||
|
|
||||||
git clone https://github.com/tecnovert/basicswap.git
|
git clone https://github.com/basicswap/basicswap.git
|
||||||
cd basicswap
|
cd basicswap
|
||||||
pip3 install .
|
pip3 install .
|
||||||
|
|
||||||
|
|
|
@ -187,4 +187,4 @@ Prepare wallet:
|
||||||
# Notes
|
# Notes
|
||||||
|
|
||||||
Switch Basicswap repo:
|
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 && \
|
cd coincurve-anonswap && \
|
||||||
python3 setup.py install --force
|
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
|
ARG BASICSWAP_DIR=basicswap-master
|
||||||
RUN wget -O basicswap-repo.zip $BASICSWAP_URL; \
|
RUN wget -O basicswap-repo.zip $BASICSWAP_URL; \
|
||||||
unzip basicswap-repo.zip; \
|
unzip basicswap-repo.zip; \
|
||||||
|
|
4
guix.scm
4
guix.scm
|
@ -123,7 +123,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/tecnovert/basicswap")
|
(url "https://github.com/basicswap/basicswap")
|
||||||
(commit "15bf9b2187d3b8a03939e61b4c3ebf4d90fcc919")))
|
(commit "15bf9b2187d3b8a03939e61b4c3ebf4d90fcc919")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -164,5 +164,5 @@
|
||||||
))
|
))
|
||||||
(synopsis "Simple Atomic Swap Network - Proof of Concept")
|
(synopsis "Simple Atomic Swap Network - Proof of Concept")
|
||||||
(description #f)
|
(description #f)
|
||||||
(home-page "https://github.com/tecnovert/basicswap")
|
(home-page "https://github.com/basicswap/basicswap")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setuptools.setup(
|
||||||
description="Simple atomic swap system",
|
description="Simple atomic swap system",
|
||||||
long_description=open("README.md").read(),
|
long_description=open("README.md").read(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/tecnovert/basicswap",
|
url="https://github.com/basicswap/basicswap",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in a new issue