You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**[Dedot](/reference/tools/dedot/){target=\_blank}** - Lightweight TypeScript library optimized for performance
18
+
-**[Python Substrate Interface](/reference/tools/py-substrate-interface/){target=\_blank}** - Python library for Substrate chains
19
+
-**[Subxt](/reference/tools/subxt/){target=\_blank}** - Rust library with compile-time type safety
20
20
21
21
Select your preferred SDK below to see complete, runnable examples that query Polkadot Hub for account balances and asset information.
22
22
23
23
## Query On-Chain Data
24
24
25
25
=== "PAPI"
26
26
27
-
[Polkadot API (PAPI)](/reference/tools/papi/) is a modern, type-safe TypeScript library optimized for light-client functionality.
27
+
[Polkadot API (PAPI)](/reference/tools/papi/){target=\_blank} is a modern, type-safe TypeScript library optimized for light-client functionality.
28
28
29
29
**Prerequisites**
30
30
@@ -90,7 +90,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
90
90
!!! warning "Maintenance Mode Only"
91
91
The Polkadot.js API is no longer actively developed. New projects should use [PAPI](/reference/tools/papi/){target=\_blank} or [Dedot](/reference/tools/dedot/){target=\_blank} as actively maintained alternatives.
92
92
93
-
[Polkadot.js API](/reference/tools/polkadot-js-api/) is a comprehensive JavaScript library with extensive ecosystem support.
93
+
[Polkadot.js API](/reference/tools/polkadot-js-api/){target=\_blank} is a comprehensive JavaScript library with extensive ecosystem support.
94
94
95
95
**Prerequisites**
96
96
@@ -146,7 +146,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
146
146
147
147
=== "Dedot"
148
148
149
-
[Dedot](/reference/tools/dedot/) is a next-generation TypeScript client that's lightweight, tree-shakable, and maintains API compatibility with Polkadot.js.
149
+
[Dedot](/reference/tools/dedot/){target=\_blank} is a next-generation TypeScript client that's lightweight, tree-shakable, and maintains API compatibility with Polkadot.js.
150
150
151
151
**Prerequisites**
152
152
@@ -203,7 +203,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
203
203
204
204
=== "Python"
205
205
206
-
[Python Substrate Interface](/reference/tools/py-substrate-interface/) provides a Python library for interacting with Substrate-based chains.
206
+
[Python Substrate Interface](/reference/tools/py-substrate-interface/){target=\_blank} provides a Python library for interacting with Substrate-based chains.
207
207
208
208
**Prerequisites**
209
209
@@ -259,7 +259,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
259
259
260
260
=== "Subxt"
261
261
262
-
[Subxt](/reference/tools/subxt/) is a Rust library that provides compile-time type safety through code generation from chain metadata.
262
+
[Subxt](/reference/tools/subxt/){target=\_blank} is a Rust library that provides compile-time type safety through code generation from chain metadata.
0 commit comments