Skip to content

Commit

Permalink
Add Hydra as the build tool (#1088)
Browse files Browse the repository at this point in the history
Co-authored-by: RdLrT <3169068+rdlrt@users.noreply.github.com>
Co-authored-by: Robert Phair <rphair@cosd.com>
  • Loading branch information
3 people authored Jun 21, 2023
1 parent 1108f86 commit 1e1789a
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 @@ -1042,6 +1042,14 @@ export const Showcases = [
getstarted: null,
tags: ["javascript", "typescript", "testing"]
},
{
title: "Hydra",
description: "Hydra is the layer-two scalability solution for Cardano, which aims to increase the speed of transactions (low latency, high throughput) and minimize transaction cost.",
preview: require("./builder-tools/hydra.png"),
website: "https://hydra.family/head-protocol/",
getstarted: "https://hydra.family/head-protocol/docs/getting-started",
tags: ["haskell", "cli", "http" ]
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/builder-tools/hydra.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 1e1789a

Please sign in to comment.