diff --git a/src/data/builder-tools.js b/src/data/builder-tools.js index e49075a35f..9b403abb88 100644 --- a/src/data/builder-tools.js +++ b/src/data/builder-tools.js @@ -1211,6 +1211,14 @@ export const Showcases = [ getstarted: "https://github.com/cardano-community/pg_cardano/blob/master/README.md#contents", tags: ["rust", "serialization", "sql", "lowlevel"] }, + { + title: "Cardano-C", + description: "A pure C library for interacting with the Cardano blockchain. Compliant with MISRA standards and binding-friendly architecture.", + preview: require("./builder-tools/cardano-c.png"), + website: "https://github.com/Biglup/cardano-c", + getstarted: "https://cardano-c.readthedocs.io/en/latest/getting_started.html", + tags: ["serialization", "sdk", "lowlevel"] + }, { title: "Orcfax", description: diff --git a/src/data/builder-tools/cardano-c.png b/src/data/builder-tools/cardano-c.png new file mode 100644 index 0000000000..b0c68b0f73 Binary files /dev/null and b/src/data/builder-tools/cardano-c.png differ