stack-orchestrator/stack_orchestrator/data/stacks/mainnet-blast
A. F. Dudley fdde3be5c8 fix: add pre-commit hooks and fix all lint/type/format errors
Process bug fix: no pre-commit existed for this repo's Python code.
Added pyproject.toml with unified dependencies (ruff, mypy, ansible-lint),
.pre-commit-config.yaml with repo-based hooks (ruff) and local uv-run
hooks (mypy, ansible-lint).

Fixed 249 ruff errors (B023, B904, B006, B007, UP008, UP031, C408),
~13 mypy type errors, 11 ansible-lint violations, and ruff-format
across all Python files including stack-orchestrator subtree.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 14:56:22 +00:00
..
deploy fix: add pre-commit hooks and fix all lint/type/format errors 2026-03-10 14:56:22 +00:00
README.md follow established naming convention 2024-03-13 16:21:29 +00:00
stack.yml removed keycloak 2024-03-15 15:15:15 +00:00

README.md

Blast stack

Clone required repositories

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

Build the stack's containers

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

Create a deployment of the stack

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

[Insert details on how to configure the stack]

$ laconic-so --stack mainnet-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