stack-orchestrator/stack_orchestrator/data/stacks/fixturenet-blast
jonathan@vulcanize.io c789b82782
Some checks failed
Lint Checks / Run linter (push) Failing after 42s
Lint Checks / Run linter (pull_request) Failing after 41s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m50s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m8s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m11s
Smoke Test / Run basic test suite (pull_request) Successful in 5m1s
metrics
2024-04-01 19:38:00 +00:00
..
README.md blast testnet, initial commit 2024-03-27 15:03:30 +00:00
stack.yml metrics 2024-04-01 19:38:00 +00:00

Blast stack

Clone required repositories

$ laconic-so --stack fixturenet-blast setup-repositories

Build the stack's containers

$ laconic-so --stack fixturenet-blast build-containers

Create a deployment of the stack

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

[Insert details on how to configure the stack]

$ laconic-so --stack fixturenet-blast deploy create --deployment-dir blast-deployment --spec-file blast-spec.yml

Start the stack

$ laconic-so deployment --dir blast-deployment start

Check logs:

$ laconic-so deployment --dir blast-deployment logs