starknet_transaction_prover: add external developer docs#13129
starknet_transaction_prover: add external developer docs#13129avi-starkware merged 1 commit intomain-v0.14.2from
Conversation
7d93839 to
be71271
Compare
7930acf to
a79887c
Compare
be71271 to
ec0cfca
Compare
a79887c to
cefd94b
Compare
5fc53ea to
a510139
Compare
a510139 to
7b10d3a
Compare
903d036 to
f81d26b
Compare
841f1cb to
6b4a464
Compare
44b328b to
d5a72c6
Compare
8b2947f to
e2e9764
Compare
c976bc8 to
ead93ac
Compare
e2e9764 to
7cd2060
Compare
593f32e to
a5606d0
Compare
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware made 1 comment.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on avi-starkware, meship-starkware, and noaov1).
crates/starknet_transaction_prover/README.md line 78 at r1 (raw file):
"resource_bounds": { "l1_gas": {"max_amount": "0x0", "max_price_per_unit": "0x0"}, "l2_gas": {"max_amount": "0x0", "max_price_per_unit": "0x0"},
Change this to 100M gas
Code quote:
"l2_gas": {"max_amount": "0x0",
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware made 1 comment.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on avi-starkware, meship-starkware, and noaov1).
a5606d0 to
c446611
Compare
avi-starkware
left a comment
There was a problem hiding this comment.
@avi-starkware made 1 comment and resolved 1 discussion.
Reviewable status: 0 of 2 files reviewed, all discussions resolved (waiting on meship-starkware and noaov1).
crates/starknet_transaction_prover/README.md line 78 at r1 (raw file):
Previously, Yoni-Starkware (Yoni) wrote…
Change this to 100M gas
Done.
c446611 to
08f302d
Compare
Add README.md with usage, configuration, and deployment guidance for external operators, plus a sample config JSON for quick onboarding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
08f302d to
0cadef0
Compare
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on meship-starkware and noaov1).

Summary
README.mdwith usage, configuration, and deployment guidance for external operatorsresources/example-config.jsonsample configuration for quick onboardingTest plan
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes; no runtime behavior or security-sensitive logic is modified.
Overview
Adds external developer/operator documentation for
starknet_transaction_prover, including quickstart Docker usage, JSON-RPC method examples (notablystarknet_proveTransaction), input constraints, error codes, and deployment/configuration options (TLS, CORS, concurrency, logging, CPU-specific builds).Introduces
resources/example-config.jsonto provide a ready-to-copy sample JSON configuration for RPC URL, networking, concurrency limits, CORS, and zero-fee field validation.Written by Cursor Bugbot for commit 0cadef0. This will update automatically on new commits. Configure here.