This repository has been archived on 2026-04-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
A. F. DudleyandClaude Opus 4.5 cd3d908d0d Apply pre-commit linting fixes
- Format code with black (line length 88)
- Fix E501 line length errors by breaking long strings and comments
- Fix F841 unused variable (removed unused 'quiet' variable)
- Configure pyright to disable common type issues in existing codebase
  (reportGeneralTypeIssues, reportOptionalMemberAccess, etc.)
- All pre-commit hooks now pass

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 20:58:31 -05:00
..
2026-01-21 20:58:31 -05:00
2024-03-13 16:21:29 +00:00
2024-03-15 15:15:15 +00:00

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