Skip to content

Commit e18007e

Browse files
Add Cardano-C to Builder Tools (#1375)
* Update builder-tools.js chore: add libcardano-c * add array trailing comma as per our code standard --------- Co-authored-by: Robert Phair <[email protected]>
1 parent 66f26c3 commit e18007e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/data/builder-tools.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,14 @@ export const Showcases = [
12111211
getstarted: "https://github.com/cardano-community/pg_cardano/blob/master/README.md#contents",
12121212
tags: ["rust", "serialization", "sql", "lowlevel"]
12131213
},
1214+
{
1215+
title: "Cardano-C",
1216+
description: "A pure C library for interacting with the Cardano blockchain. Compliant with MISRA standards and binding-friendly architecture.",
1217+
preview: require("./builder-tools/cardano-c.png"),
1218+
website: "https://github.com/Biglup/cardano-c",
1219+
getstarted: "https://cardano-c.readthedocs.io/en/latest/getting_started.html",
1220+
tags: ["serialization", "sdk", "lowlevel"]
1221+
},
12141222
{
12151223
title: "Orcfax",
12161224
description:

src/data/builder-tools/cardano-c.png

89.6 KB
Loading

0 commit comments

Comments
 (0)