Skip to content

Commit

Permalink
Update builder-tools.js
Browse files Browse the repository at this point in the history
chore: add libcardano-c
  • Loading branch information
AngelCastilloB committed Dec 11, 2024
1 parent 7865e5f commit b381fce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,14 @@ export const Showcases = [
website: "https://github.com/cardano-community/pg_cardano",
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"]
}
];

Expand Down
Binary file added src/data/builder-tools/cardano-c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b381fce

Please sign in to comment.