diff --git a/src/data/showcase/theworldeater.png b/src/data/showcase/theworldeater.png new file mode 100644 index 0000000000..e522250173 Binary files /dev/null and b/src/data/showcase/theworldeater.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index cc2ada5f70..e3b589936e 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1337,6 +1337,15 @@ export const Showcases = [ source: null, tags: ["game"], }, + { + title: "The Worldeater", + description: + "The Worldeater is a decentralized governance entity on Cardano. Read, vote on, and submit real governance proposals to the cardano mainnet.", + preview: require("./showcase/theworldeater.png"), + website: "https://www.worldeater.io/governance", + source: null, + tags: ["nftproject", "governance"], + } ]; export const TagList = Object.keys(Tags);