Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ what_youll_learn: [
"Introduction to the new Polkadot API"
]
estimated_time: 1
last_updated: "2026-04-02"
last_updated: "2026-04-03"
is_gitorial: true
github_url: https://github.com/wirednkod/papi-intro-tutorial
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: bun-init
title: Initialize a Basic TypeScript Project
order: 1
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: af0784d50c020b9f4c4b4b9308c9b79a40386d32
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: getbalance
title: Some specifics around PAPI are needed
order: 7
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: 954a4871e3a8278baf6010cb6730aa632decc684
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: getdisplayname
title: PEOPLE System Chain
order: 8
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: d12c6b916ccad56bbe51ad83952541ccefb1bb72
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: getfellowshipmembers
title: COLLECTIVES System Chain
order: 9
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: 0afe86e5b8dca283199712f3daa695ddf007d8f6
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: main-function
title: Remote Procedure Call (RPC) endpoints
order: 5
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: 99530c898e6bfc6d6b3d77177a63ad43528a9b8a
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: makeclient
title: Connection Process
order: 4
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: 436dda1d420fe28a36c1412f8dbb20bfdfea1dbc
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: polkadotapi-codegen-and-adding-chains
title: Codegen & "adding" chains
order: 3
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: 5d261ba7e481b83ccd1d5e1ffd33f463c5893e77
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: polkadotapi-installation-and-configruation-what-we-will-see
title: Let's PAPI this...!
order: 2
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: 8d99a000ecfaaf25a6b36b47cb867baa0751aa5c
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
slug: printchaininfo
title: Create and Implement the `printChainInfo` Function
order: 6
last_updated: "2026-04-02" # Current date
last_updated: "2026-04-03" # Current date
commit_hash: 8c958ceebe7f27c8f6cf594e3557f1a217b79e0c
---

Expand Down