<div dir="ltr"><p>I’m happy to announce the release of a new version for <a href="https://github.com/mlabs-haskell/plutus-simple-model" rel="noopener nofollow ugc">plutus-simple-model</a>.
 It’s a minimal library to write test for Plutus/Cardano applications. 
It’s easy to use and blazing fast. We use it extensively in Mlabs City 
to test our Plutus applications.</p>
<p>The new release is focused on those main features:</p>
<ul><li>Reduce dependency set to make it as lean as possible. It depends only on plutus and cardano-ledger.</li><li>Support for Babbage era (use new features available in Vasil)</li><li>Support for Plutus V2 features (inlined datums, reference inputs, reference scripts, forward to redeemer, etc)</li><li>Write <a href="https://mlabs-haskell.github.io/plutus-simple-model/" rel="noopener nofollow ugc">tutorial</a> and update Hackage docs</li></ul>
<p>The main thing is Plutus V2 support. Also with cutdown on the list of dependencies it becomes<br>
much easier to update and use. I have removed big deps like plutus-apps, ouroboros and cardano-node. With this rewrite also it became 10 times faster.<br><br></p><p>Links:<br></p><p>github repo: <a href="https://github.com/mlabs-haskell/plutus-simple-model">https://github.com/mlabs-haskell/plutus-simple-model</a><br></p><p>tutorial: <a href="https://mlabs-haskell.github.io/plutus-simple-model/">https://mlabs-haskell.github.io/plutus-simple-model/</a></p><p>Cheers!<br>
Anton</p></div>