Mesmo Bridges Cardano's Dev Divide with Native Library Solution
The Cardano development ecosystem has been plagued by the fragmentation of functionalities across SDKs written in different languages. To address this issue, a new compiled native library called Mesmo has been developed.
Mesmo is built on top of the Cardano Client Lib (CCL) and compiles it via GraalVM Native Image into a shared library with a standard C ABI, eliminating the runtime dependency on the JVM. This allows Mesmo to export Cardano Client Lib functionalities to Python, Go, Rust, and JavaScript without requiring the JVM.
Mesmo acts as a complement to existing SDKs, covering the 5% of functions that each main library typically does not yet include. The library is designed to be modular, with a stateless core that allows it to integrate alongside any existing SDK without requiring an architectural migration.