Skip to content

Commit

Permalink
Add Orcfax to Builder Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Nov 27, 2024
1 parent 6a4b6c4 commit adb47e2
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -1210,7 +1210,16 @@ export const Showcases = [
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"]
}
},
{
title: "Orcfax",
description:
"Orcfax is a decentralized oracle service designed to publish data about real world events to the Cardano blockchain. Orcfax data is made available to on-chain smart contracts in Cardano's eUTXO native format using the Orcfax Protocol.",
preview: require("./showcase/orcfax.png"),
website: "https://orcfax.io",
getstarted: "https://docs.orcfax.io/consume",
tags: ["oracle"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/showcase/orcfax.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 adb47e2

Please sign in to comment.