Skip to content

Commit

Permalink
Add Orcfax
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Nov 19, 2024
1 parent 1882fd0 commit 807ccad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,15 @@ export const Showcases = [
source: null,
tags: ["daotool", "governance"],
},
{
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",
source: null,
tags: ["oracle"],
},
];

export const TagList = Object.keys(Tags);
Expand Down

0 comments on commit 807ccad

Please sign in to comment.