Skip to content

Commit

Permalink
Add Cardano-C to Builder Tools (#1375)
Browse files Browse the repository at this point in the history
* Update builder-tools.js

chore: add libcardano-c

* add array trailing comma as per our code standard

---------

Co-authored-by: Robert Phair <[email protected]>
  • Loading branch information
AngelCastilloB and rphair authored Feb 27, 2025
1 parent 66f26c3 commit e18007e
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 @@ -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:
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 e18007e

Please sign in to comment.