diff --git a/src/data/showcase/tokenallies.png b/src/data/showcase/tokenallies.png new file mode 100644 index 0000000000..9a7aa444ca Binary files /dev/null and b/src/data/showcase/tokenallies.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 805fbe07a0..51bbe89313 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1346,6 +1346,15 @@ export const Showcases = [ source: "https://github.com/txpipe/asteria", tags: ["game", "opensource"], }, + { + title: "Token Allies", + description: + "The first decentralized VC in Cardano. Token Allies is building a decentralized, community-driven venture capital protocol that bridges the gap between innovation and sustainable growth.", + preview: require("./showcase/tokenallies.png"), + website: "https://www.tokenallies.com", + source: null, + tags: ["funding"], + }, ]; export const TagList = Object.keys(Tags);