What problem does it solve?
Cardano developers often grapple with low-level primitives for serialization, address resolution, Plutus data handling, and script parameterization. Mesh Core CST bundles these utilities under a single API surface to streamline building, testing, and debugging Cardano integrations.
Core Features & Use Cases
- Resolvers for data hashes, addresses, and script references to accelerate data extraction and validation.
- Serialization utilities to encode/decode transaction bodies, scripts, and CBOR data for on-chain interactions.
- CIP-8 message signing and verification to support secure wallet interactions in custom workflows.
- Plutus tools for applying parameters to scripts, normalizing encodings, and converting between PlutusData, JSON, and CBOR.
- Address and data utilities to parse, compose, and convert Cardano addresses and datum representations for dApp integrations.
Quick Start
Install the MeshCoreCst package and start using its utilities in your Cardano project.