stack-orchestrator/stack_orchestrator/data/stacks/fixturenet-blast
A. F. Dudley 5a1399f2b2 Apply pre-commit linting fixes
Fix trailing whitespace and end-of-file issues across codebase.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 23:16:44 -05:00
..
README.md blast testnet, initial commit 2024-03-27 15:03:30 +00:00
stack.yml Apply pre-commit linting fixes 2026-01-20 23:16:44 -05:00

README.md

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