stack-orchestrator/app/data/stacks/sushiswap
2023-08-10 09:57:54 +05:30
..
README.md Fix sushiswap demo instructions 2023-08-10 09:57:54 +05:30
smoke-tests.md Fix sushiswap demo instructions 2023-08-10 09:57:54 +05:30
stack.yml Turn off block prefetching 2023-08-09 17:32:47 +05:30

SushiSwap

Setup

Clone required repositories:

laconic-so --stack sushiswap setup-repositories --git-ssh

Build the container images:

laconic-so --stack sushiswap build-containers

Deploy

Deploy the stack:

laconic-so --stack sushiswap deploy --include fixturenet-lotus --cluster sushiswap up
laconic-so --stack sushiswap deploy --include watcher-sushiswap --cluster sushiswap up

Tests

Follow smoke-tests.md to run smoke tests

Clean up

Stop all the services running in background run:

laconic-so --stack sushiswap deploy --cluster sushiswap down

Clear volumes created by this stack:

# List all relevant volumes
docker volume ls -q --filter "name=sushiswap"

# Remove all the listed volumes
docker volume rm $(docker volume ls -q --filter "name=sushiswap")