stack-orchestrator/stack_orchestrator/data/stacks/mainnet-lotus
jonathan@vulcanize.io 6baa2e2314
All checks were successful
Lint Checks / Run linter (push) Successful in 44s
lotus stack
2024-04-12 17:14:21 +00:00
..
README.md lotus stack 2024-04-12 17:14:21 +00:00
stack.yml lotus stack 2024-04-12 17:14:21 +00:00

Blast stack

Clone required repositories

$ laconic-so --stack mainnet-lotus setup-repositories

Build the stack's containers

$ laconic-so --stack mainnet-lotus build-containers

Create a deployment of the stack

$ laconic-so --stack mainnet-lotus deploy init --map-ports-to-host any-same --output lotus-spec.yml

[Insert details on how to configure the stack]

$ laconic-so --stack mainnet-lotus deploy create --deployment-dir lotus-deployment --spec-file lotus-spec.yml

Start the stack

$ laconic-so deployment --dir lotus-deployment start

Check logs:

$ laconic-so deployment --dir lotus-deployment logs