Skip to content

Commit 6f199ba

Browse files
authored
Merge pull request #534 from GNP1-dev/staging
Add Cardano Smart Contract Quiz V1000 to apps
2 parents b2c5353 + 8000ae9 commit 6f199ba

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

src/data/app-images/gnp1quiz.jpeg

4.58 KB
Loading

src/data/apps.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,17 @@ export const Showcases = [
15021502
source: null,
15031503
tags: ["notary"],
15041504
},
1505+
{
1506+
title: "Cardano Smart Contract Quiz V1000",
1507+
description:
1508+
"A free-to-enter, knowledge-based quiz system built on Cardano smart contracts. Players submit answers on-chain via a Plutus smart contract, whereby the entrant with the highest score can claim the prize. Answer integrity is maintained through encrypted submissions and a salted hashing algorithm, ensuring fairness and preventing manipulation. Smart contract logic ensures only the highest scorer can claim, through fully trustless operations. Operated by the GNP1 stake pool, which actively supports mental health charities.",
1509+
preview: require("./app-images/gnp1quiz.jpeg"),
1510+
icon: "/img/app-icons/gnp1quiz.jpeg",
1511+
statsLabel: "GNP1Quiz",
1512+
website: "https://server-tools.grahamsnumberplus1.com/quiz_V1000/quiz-V1000.html",
1513+
source: null,
1514+
tags: ["educational"],
1515+
},
15051516
{
15061517
title: "TapDano",
15071518
description: "Enterprise-grade verifiable proof infrastructure combining NFC hardware identity with immutable on-chain records. Enables cryptographically signed, bilateral proof of attendance and corporate compliance actions on Cardano.",

0 commit comments

Comments
 (0)