Skip to content

Commit 0328429

Browse files
WIP: dotpets content
1 parent 82a749a commit 0328429

File tree

3 files changed

+2896
-0
lines changed

3 files changed

+2896
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
slug: dotpets
3+
title: "DotPets: Web3 Frontend Fundamentals"
4+
author: Batman
5+
author_url: https://github.com/iammasterbrucewayne
6+
description: Learn Web3 frontend fundamentals by building a pet game with NFTs on Polkadot.
7+
level: Beginner
8+
language: Typescript
9+
tags: ["typscript", "tutorial", "course", "frontend"]
10+
prerequisites: ["Next.js", "React", "Typescript"]
11+
what_youll_learn: ["Connecting a Polkadot wallet to a frontend app", "Querying on-chain state (e.g., checking account balance or existing NFTs) using Polkadot API (PAPI)", "Minting a unique NFT (your DotPet) on Asset Hub", "This is where we’ll introduce the concept of extrinsics — what they are, why they’re called that, and how signed transactions affect chain state", "Viewing the NFT on Subscan or another explorer"]
12+
estimated_time: 1 # Estimated time to complete in hours
13+
last_updated: "2025-06-11"
14+
---
15+
16+
DotPets is a tamagotchi-style on-chain pet game built using Polkadot Asset Hub and Polkadot-API.
17+
18+
It is a fun, lightweight entry point into Web3 frontend development that teaches fundamentals like wallet connection, on-chain state, identity, and asset minting using Polkadot’s Asset Hub + Polkadot-API.

0 commit comments

Comments
 (0)