Skip to content

Releases: Biglup/cardano-c

v1.1.2

28 Dec 10:27
61e4667

Choose a tag to compare

  • EMSCRIPTEN: Wasm file is now embedded in the cardano-c.js file.

v1.1.1

26 Dec 12:45
f3fecbb

Choose a tag to compare

  • Adjusted exports for Emscripten builds.
  • Added a WASM release target.

v1.1.0

12 Dec 15:39
4d66bed

Choose a tag to compare

Changes:

  • Added cardano_json_writer_t to write JSON to a buffer.
  • Added cardano_json_object_t to parse JSON from a strings.
  • Added new fuzzing targets for JSON parsing.
  • Removed JSON-C dependency.

v1.0.0

03 Dec 22:01
03005f1

Choose a tag to compare

First Official Release of Cardano C 🎉

Cardano C has officially reached version 1.0.0!

Key Features

This library comes packed with everything you need to interact with the Cardano blockchain, broadly:

  • Address Parsing & Generation
  • Ed25519 Cryptography
  • Transaction Serialization & Deserialization
  • Powerful Transaction Builder
  • Full Conway era support, including registering DReps, voting on proposals, and submitting proposals.

This is a full-feature library designed to support every protocol feature of the Cardano blockchain up to the most recent era (Conway). If your transaction is valid, you can build it with Cardano C.

Read the latest documentation at https://cardano-c.readthedocs.io/en/latest/

What's Next?

We are going to be expanding the library with:

  1. More coin selection strategies.
  2. More blockchain data providers (I.E Maestro, Ogmios + Kupos).
  3. Native script execution cost budget computation (C implementation of the Plutus machine).
  4. More secure key handlers (Ledger, Trezor).

Stay tuned for these exciting updates, and thank you for joining us on this journey!

Happy coding,
The Cardano C Team