From 5ed732e2d061a3f53b270d639a32c20fb083c4ab Mon Sep 17 00:00:00 2001 From: blocksan Date: Thu, 3 Feb 2022 13:01:42 +0530 Subject: [PATCH 1/2] feat: Quest json added --- schema.json | 20 ++++++++++---------- tracks.json | 7 +++++++ 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/schema.json b/schema.json index b6d3273..77e3409 100644 --- a/schema.json +++ b/schema.json @@ -3,16 +3,16 @@ "type": "object", "description": "Schema for the metadata of the quests on different protocols", "properties": { - "build-on-": { + "build-on-solana": { "type": "object", "properties": { "trackName": { "type": "string", - "description": "Name of the track" + "description": "Gaming on Solana with NFT and Circle as crypto payment gateway" }, "protocol": { "type": "string", - "description": "Name of the protocol" + "description": "Solana" }, "cardThumbnail": { "type": "string", @@ -20,7 +20,7 @@ }, "desc": { "type": "string", - "description": "Short one-line description of the protocol" + "description": "Build a Gamifi DApp using Solana Blockchain, NFT and Circle payment gateway" }, "quests": { "type": "array", @@ -30,23 +30,23 @@ "properties": { "slug": { "type": "string", - "description": "This shows up in url path. Same as questName but all lowercase and joined using dashes -" + "description": "gaming-on-solana-with-nft-and-circle-as-crypto-payment-gateway" }, "questName": { "type": "string", - "description": "Name of the quest" + "description": "Gaming on Solana with NFT and Circle as crypto payment gateway" }, "github_url": { "type": "string", - "description": "Raw github url of the branch where the quest content resides" + "description": "https://raw.githubusercontent.com/CreatorOS/gaming-on-solana-with-nft-and-circle-as-crypto-payment-gateway/main" }, "level": { "type": "string", - "description": "The difficulty level of the quest either Beginner, Intermediate or Advanced" + "description": "Intermediate" }, "desc": { "type": "string", - "description": "Short description of what the learner should expect to learn from this quest" + "description": "In this quest you will be able to build a decentralized gaming platform where users will be able to play the game by paying SOL to a wallet and will be able to create the NFT for the game scores" } }, "required": [ @@ -70,6 +70,6 @@ } }, "required": [ - "build-on-" + "build-on-solana" ] } diff --git a/tracks.json b/tracks.json index af884f7..2c57df8 100644 --- a/tracks.json +++ b/tracks.json @@ -420,6 +420,13 @@ "github_url": "https://raw.githubusercontent.com/CreatorOS/starting-with-polygon-nfts/master", "level": "Beginner", "desc": "In this quest, we will be looking at how to code and deploy NFTs to Polygon's Mumbai." + }, + { + "slug": "gaming-on-solana-with-nft-and-circle-as-crypto-payment-gateway", + "questName": "Gaming on Solana with NFT and Circle as crypto payment gateway", + "github_url": "https://raw.githubusercontent.com/CreatorOS/gaming-on-solana-with-nft-and-circle-as-crypto-payment-gateway/main", + "level": "Intermediate", + "desc": "In this quest you will be able to build a decentralized gaming platform where users will be able to play the game by paying SOL to a wallet and will be able to create the NFT for the game scores" } ] }, From e93bd9c2c887b78e8463f2f8ee4d7da6dd317ce8 Mon Sep 17 00:00:00 2001 From: blocksan Date: Wed, 9 Feb 2022 01:01:38 +0530 Subject: [PATCH 2/2] feat: changes fixed --- schema.json | 2 +- tracks.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 77e3409..5f7a2a0 100644 --- a/schema.json +++ b/schema.json @@ -38,7 +38,7 @@ }, "github_url": { "type": "string", - "description": "https://raw.githubusercontent.com/CreatorOS/gaming-on-solana-with-nft-and-circle-as-crypto-payment-gateway/main" + "description": "https://github.com/solanauniversity/gaming-on-solana/tree/main" }, "level": { "type": "string", diff --git a/tracks.json b/tracks.json index 2c57df8..9b87346 100644 --- a/tracks.json +++ b/tracks.json @@ -424,7 +424,7 @@ { "slug": "gaming-on-solana-with-nft-and-circle-as-crypto-payment-gateway", "questName": "Gaming on Solana with NFT and Circle as crypto payment gateway", - "github_url": "https://raw.githubusercontent.com/CreatorOS/gaming-on-solana-with-nft-and-circle-as-crypto-payment-gateway/main", + "github_url": "https://github.com/solanauniversity/gaming-on-solana/tree/main", "level": "Intermediate", "desc": "In this quest you will be able to build a decentralized gaming platform where users will be able to play the game by paying SOL to a wallet and will be able to create the NFT for the game scores" }