- 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> |
||
|---|---|---|
| .. | ||
| deploy | ||
| README.md | ||
| stack.yml | ||
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