Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
535 B
26 lines
535 B
## Guix |
|
|
|
Start a development environment |
|
(openssl is included only to set SSL_CERTS_DIRS) |
|
|
|
guix shell --pure -L. openssl -D basicswap |
|
|
|
|
|
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 |
|
|
|
|
|
Install basicswap package |
|
|
|
guix package --install -L. basicswap |
|
|
|
|
|
Create a guix pack |
|
|
|
guix pack -RR -S /opt/gnu/bin=bin -L. basicswap
|
|
|