← Back to match
Soroban Budget Assert
Empirically measures and CI-gates Soroban smart-contract resource costs before deployment.
Pluginfree
Soroban Budget Assert is a Rust developer tool for Stellar's Soroban smart contracts that measures the gap between local test cost estimates and real network execution costs. Rust macros fail CI when a contract's measured CPU, memory, or storage cost crosses a pinned limit, and a companion CLI simulates costs against testnet and publishes a cost-over-time dashboard, helping developers catch budget regressions before they hit production.
Categories
Developer toolsSmart contract testing

