MLabs Publications
The many minds at MLabs present news, case studies, editorials, tutorials, whitepapers, Cardano Catalyst proposals, and more.
How Covenant Will Deliver You to the Promised Land (of Scripts)
Covenant introduces a Turner-total, call-by-push-value, serializable DSL designed for reliable, secure programming in domains like smart contracts. It guarantees termination, safe execution, and predictability. By serving as a target for higher-level tools, Covenant supports composability and serialization, enabling developers to create robust applications with confidence in correctness and performance.
Queenside Castling on Cardano : Bitwise Operations for Better Solutions and Improved Plutus Scripts
Introduction Currently, MLabs is undertaking the work of bringing bitwise primitive ...
Mastering QuickCheck: Advanced yet Practical Techniques for Property-Based Testing
Introduction QuickCheck is a well-known testing tool in the Haskell community. At MLabs, ...