Problem
MBR calculation is currently being handled manually by the contract creators. This is a big pain point; if it can be addressed, it will abstract away a major pain point for all the developers utilizing Algorand to deploy contracts.
Solution
Introducing a utility function within the Algokit to automatically calculate the MBR amount so it can be passed through as a parameter to facilitate the payment. Possibly by incorporating simulate to figure out what the MBR cost would be prior to the contract, box creation, etc.
Proposal
Pros and Cons
Dependencies