Skip to content

Commit 3444ce0

Browse files
authored
Update subxt.md
1 parent 572c2b7 commit 3444ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop/toolkit/api-libraries/subxt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Subxt is a Rust library for type-safe interaction with Polkadot SDK
77

88
## Introduction
99

10-
subxt is a Rust library designed to interact with Polkadot SDK-based blockchains. It provides a type-safe interface for submitting transactions, querying on-chain state, and performing other blockchain interactions. By leveraging Rust's strong type system, subxt ensures that your code is validated at compile time, reducing runtime errors and improving reliability.
10+
Subxt is a Rust library designed to interact with Polkadot SDK-based blockchains. It provides a type-safe interface for submitting transactions, querying on-chain state, and performing other blockchain interactions. By leveraging Rust's strong type system, subxt ensures that your code is validated at compile time, reducing runtime errors and improving reliability.
1111

1212
## Prerequisites
1313

@@ -86,7 +86,7 @@ Once subxt interfaces are generated, you can interact with your node in the foll
8686
- **[Custom values](https://docs.rs/subxt/latest/subxt/book/usage/custom_values/index.html){target=\_blank}** - accesses "custom values" contained within metadata
8787
- **[Raw RPC calls](https://docs.rs/subxt/latest/subxt/book/usage/rpc/index.html){target=\_blank}** - facilitates raw RPC requests to compatible nodes
8888
89-
### Initialize the Subxt client
89+
### Initialize the Subxt Client
9090
9191
To interact with a blockchain node using subxt, create an asynchronous main function and initialize the client. Replace `INSERT_NODE_URL` with the URL of your target node:
9292
@@ -126,4 +126,4 @@ To submit a transaction, you must construct an extrinsic, sign it with your priv
126126
127127
## Where to Go Next
128128
129-
Now that you've covered the basics dive into the official [subxt documentation](https://docs.rs/subxt/latest/subxt/book/index.html){target=\_blank} for comprehensive reference materials and advanced features.
129+
Now that you've covered the basics dive into the official [subxt documentation](https://docs.rs/subxt/latest/subxt/book/index.html){target=\_blank} for comprehensive reference materials and advanced features.

0 commit comments

Comments
 (0)