Skip to content

Commit

Permalink
Update builder-tools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirael12 authored Sep 21, 2024
1 parent 623e625 commit 6de1a77
Showing 1 changed file 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 @@ -1154,6 +1154,14 @@ export const Showcases = [
website: "https://nft-playground.dev/",
getstarted: "https://nft-playground.dev/help",
tags: ["IDE", "sdk", "hosted", "nft", "javascript"]
},
{
title: "Cardano Audit Script for SPOs",
description: "A security and compliance audit script for Cardano stakepool nodes, to help SPOs check their node and security configuration.",
preview: require("./builder-tools/cardano-node-audit.png"),
website: "https://github.com/Kirael12/cardano-node-audit",
getstarted: null,
tags: ["operatortool", "cli"]
}
];

Expand Down

0 comments on commit 6de1a77

Please sign in to comment.