move dep to bsx

This commit is contained in:
nahuhh 2024-01-26 05:37:47 -05:00
parent 9d603800af
commit 97d30e6a07
8 changed files with 14 additions and 6 deletions

View file

@ -8,11 +8,19 @@ tar xvf basicswap-bash.tar.gz
cd basicswap-bash && ./install.sh
```
### Running BasicSwapDEX
`basicswap-bash`
```
basicswap-bash
```
### Add coins
`bsx-addcoin`
```
bsx-addcoin
```
### Update BSX core
`bsx-update`
```
bsx-update
```
### Update blockchains
`bsx-upgrade-coins`
```
bsx-upgrade-coins
```

View file

@ -1,3 +1,3 @@
#!/bin/bash
. $SWAP_DATADIR/venv/bin/activate && python -V
./dep/setup.sh
./bsx/setup.sh

View file

@ -44,4 +44,4 @@ mkdir -p "$SWAP_DATADIR/venv"
python3 -m venv "$SWAP_DATADIR/venv"
## Activate venv
./dep/activate_venv.sh
./bsx/activate_venv.sh