diff --git a/schema.json b/schema.json index b6d3273..5f7a2a0 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://github.com/solanauniversity/gaming-on-solana/tree/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..9b87346 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://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" } ] },