Skip to content

Commit

Permalink
add C language Builder Tools tag + cardano-c for it
Browse files Browse the repository at this point in the history
  • Loading branch information
rphair committed Feb 27, 2025
1 parent e18007e commit 3256812
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ export const Tags = {
color: '#65d2a1',
},

// C
c: {
label: "C",
description: "C language",
icon: null,
color: '#eca882',
},

// Chain Index
chainindex: {
label: "Chain Index",
Expand Down Expand Up @@ -1217,7 +1225,7 @@ export const Showcases = [
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"]
tags: ["c", "serialization", "sdk", "lowlevel"]
},
{
title: "Orcfax",
Expand Down Expand Up @@ -1252,6 +1260,7 @@ function sortShowcases() {
}

export const LanguagesOrTechnologiesTags = [
"c",
"cli",
"crystal",
"golang",
Expand Down

0 comments on commit 3256812

Please sign in to comment.