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:
- More coin selection strategies.
- More blockchain data providers (I.E Maestro, Ogmios + Kupos).
- Native script execution cost budget computation (C implementation of the Plutus machine).
- 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