Skip to content

Commit

Permalink
Merge pull request #13873 from vimtor/dev
Browse files Browse the repository at this point in the history
Add Crack & Stack gaming dapp
  • Loading branch information
corwintines authored Dec 17, 2024
2 parents be2c23c + e5ccb38 commit 9600de6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added public/images/dapps/crackandstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/intl/en/page-dapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"page-dapps-dapp-description-cryptovoxels": "Create art galleries, build stores, and buy land – an Ethereum virtual world.",
"page-dapps-dapp-description-cyberconnect": "Decentralized social graph protocol that helps dApps bootstrap network effects and build personalized social experiences",
"page-dapps-dapp-description-dark-forest": "Conquer planets in an infinite, procedurally-generated, cryptographically-specified universe.",
"page-dapps-dapp-description-crack-and-stack": "Enter the mines with other players, stack ETH diamonds, and try to escape with your bounty.",
"page-dapps-dapp-description-decentraland": "Collect, trade virtual land in a virtual world you can explore.",
"page-dapps-dapp-description-ens": "User-friendly names for Ethereum addresses and decentralized sites.",
"page-dapps-dapp-description-foundation": "Invest in unique editions of digital artwork and trade pieces with other buyers.",
Expand Down Expand Up @@ -128,6 +129,7 @@
"page-dapps-docklink-dapps": "Intro to dapps",
"page-dapps-docklink-smart-contracts": "Smart contracts",
"page-dapps-dark-forest-logo-alt": "Dark Forest logo",
"page-dapps-crack-and-stack-logo-alt": "Crack & Stack logo",
"page-dapps-decentraland-logo-alt": "Decentraland logo",
"page-dapps-index-coop-logo-alt": "Index Coop logo",
"page-dapps-nexus-mutual-logo-alt": "Nexus Mutual logo",
Expand Down
8 changes: 8 additions & 0 deletions src/pages/dapps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import balancer from "@/public/images/dapps/balancer.png"
import brave from "@/public/images/dapps/brave.png"
import compound from "@/public/images/dapps/compound.png"
import convex from "@/public/images/dapps/convex.png"
import crackAndStack from "@/public/images/dapps/crackandstack.png"
import cryptopunks from "@/public/images/dapps/cryptopunks.png"
import cryptovoxels from "@/public/images/dapps/cryptovoxels.png"
import curve from "@/public/images/dapps/curve.png"
Expand Down Expand Up @@ -1086,6 +1087,13 @@ const DappsPage = () => {
image: darkforest,
alt: t("page-dapps-dark-forest-logo-alt"),
},
{
title: "Crack & Stack",
description: t("page-dapps-dapp-description-crack-and-stack"),
link: "https://crackandstack.com/",
image: crackAndStack,
alt: t("page-dapps-crack-and-stack-logo-alt"),
},
]

const social = [
Expand Down

0 comments on commit 9600de6

Please sign in to comment.