Skip to content

Commit

Permalink
feat: add u5c to Builder Tools (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercurial authored Aug 28, 2024
1 parent bbc588c commit 615fe78
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 @@ -1107,6 +1107,14 @@ export const Showcases = [
getstarted: "https://whisky.sidan.io/",
tags: ["rust", "typescript", "serialization", "sdk", "plutus"]
},
{
title: "UTxORPC",
description: "UTxORPC (u5c for short) is a gRPC interface for UTxO Blockchains, Interact with UTxO-based blockchains using a shared specification with focus on developer experience and performance.",
preview: require("./builder-tools/u5c.png"),
website: "https://utxorpc.org/",
getstarted: "https://utxorpc.org/introduction",
tags: ["http", "json", "websocket", "lowlevel", "chainindex"]
},
{
title: "Mumak",
description: "A custom PostgreSQL extension to interact with Cardano CBOR data directly.",
Expand Down
Binary file added src/data/builder-tools/u5c.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 615fe78

Please sign in to comment.