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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
334 B

setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
./bin/cmd init
dev-up:
docker-compose up -d
./bin/dev_wallets
prod-up:
docker-compose up -d
./bin/prod_wallets
down:
docker-compose down
./bin/stop_wallets
dev:
./bin/dev_app
prod:
./bin/prod_app
dbshell:
docker-compose exec db psql -U neroswap