Cardano Unshackles Developers with Native Library Release
The Cardano Foundation has released Mesmo, a native library that allows developers to build on the Cardano blockchain without using Java. This is made possible by compiling offline functionalities from the Cardano Client Lib through GraalVM Native Image, which generates platform-native shared objects.
Mesmo exposes a range of capabilities, including account management, key derivation from seed phrases, and address validation. It also includes cryptographic operations such as Blake2b hashing and Ed25519 signing.
The library's JSON-driven offline transaction builder is particularly noteworthy, allowing developers to construct transactions for payments, staking, and governance operations without needing to be connected to the network at the time of construction.
Mesmo represents a significant step forward in Cardano's efforts to make its blockchain more accessible to developers. By supplementing existing SDKs with access to deeper CCL functionality, Mesmo provides a new path for developers who don't need to write Java code to build on the Cardano platform.