Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Crack & Stack gaming dapp #13873

Merged
merged 2 commits into from
Dec 17, 2024
Merged
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 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 @@ -80,6 +80,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 @@ -131,6 +132,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 @@ -68,6 +68,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 @@ -1113,6 +1114,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
Loading