Skip to content

Commit

Permalink
pg_cardano and CFD added; (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fell-x27 authored Oct 24, 2024
1 parent 8f143ac commit 0f52d24
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,22 @@ export const Showcases = [
website: "https://github.com/cardano-foundation/cf-ledger-sync",
getstarted: null,
tags: ["java", "chainindex"]
},
{
title: "CFD: Cardano Fast Deployment tool",
description: "CFD simplifies and accelerates Cardano software deployment, stake pool management, software updates, and secure key handling, including GPG keychain integration and automated encryption, all with minimal user effort.",
preview: require("./builder-tools/cfd.png"),
website: "https://github.com/cardano-community/cfd",
getstarted: null,
tags: ["cli", "operatortool"]
},
{
title: "pg_cardano",
description: "A fast, Rust-based PostgreSQL extension for Cardano cryptographic operations, including Base58, Bech32, CBOR, Blake2b, and Ed25519 with some useful high-level tools.",
preview: require("./builder-tools/pg_cardano.png"),
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"]
}
];

Expand Down
Binary file added src/data/builder-tools/cfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/builder-tools/pg_cardano.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 0f52d24

Please sign in to comment.