Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/data/showcase/indigo.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 @@ -1104,6 +1104,15 @@ export const Showcases = [
source: "https://github.com/cardano-foundation/cardano-governance-voting-tool",
tags: ["governance", "opensource"],
},
{
title: "Indigo",
description:
"Indigo is an autonomous synthetics protocol for on-chain price exposure to real-world assets, built on Cardano.",
preview: require("./showcase/indigo.png"),
website: "https://indigoprotocol.io/",
source: "https://github.com/IndigoProtocol/indigo-smart-contracts",
tags: ["marketplace", "opensource"],
}
];

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