| Crates.io | montana |
| lib.rs | montana |
| version | 0.0.1 |
| created_at | 2025-12-16 17:29:39.254053+00 |
| updated_at | 2025-12-16 17:29:39.254053+00 |
| description | Montana Batch Submitter Execution Extension |
| homepage | https://github.com/base/montana |
| repository | https://github.com/base/montana |
| max_upload_size | |
| id | 1988307 |
| size | 13,972 |
The Montana batch submitter execution extension.
An execution extension that submits L2 batches to L1 as part of the OP Stack batcher pipeline.
This is currently a stub implementation. The batch submitter functionality is not yet implemented.
montana [OPTIONS]
-v, --verbose: Increase logging verbosity (can be used multiple times)
-v: INFO level-vv: DEBUG level-vvv: TRACE level--help: Print help information--version: Print version informationRun the montana binary with INFO logging:
montana -v
Run with DEBUG logging:
montana -vv
Run with TRACE logging:
montana -vvv
The following features are planned for implementation:
See the source code TODO comments for more details.