Go to file
2022-11-20 20:58:10 +02:00
basicswap guix: Add guix.scm 2022-11-20 20:58:10 +02:00
bin guix: Add guix.scm 2022-11-20 20:58:10 +02:00
doc
docker
pgp
tests ui: Add wallet encryption templates. 2022-11-18 00:58:14 +02:00
.cirrus.yml
.gitattributes
.gitignore guix: Add guix.scm 2022-11-20 20:58:10 +02:00
.travis.yml
Dockerfile
guix.scm guix: Add guix.scm 2022-11-20 20:58:10 +02:00
LICENSE
MANIFEST.in
README.md guix: Add guix.scm 2022-11-20 20:58:10 +02:00
requirements.txt guix: Add guix.scm 2022-11-20 20:58:10 +02:00
setup.py guix: Add guix.scm 2022-11-20 20:58:10 +02:00
tox.ini

Simple Atomic Swap Network - Proof of Concept

Overview

Simple atomic swap experiment, doesn't have many interesting features yet. Not ready for real world use.

Uses Particl secure messaging and Decred style atomic swaps.

The Particl node is used to hold the keys and sign for the swap transactions. Other nodes can be run in pruned mode. A node must be run for each coin type traded. In the future it should be possible to use data from explorers instead of running a node.

Currently a work in progress

Not ready for real-world use.

Discuss development and help with testing in the matrix channel #basicswap:matrix.org

Guix

Start a development environment

guix shell --pure -D -f guix.scm

Run tests

export PYTHONPATH=$(pwd)

# Prepare coin binaries - required once
python ./bin/basicswap-prepare.py -preparebinonly --withcoins=monero,bitcoin,particl,litecoin

pytest -vs tests/basicswap/test_run.py::Test::test_02_part_ltc