Skip to content

Commit 61b5f72

Browse files
committed
llms
1 parent 3444ce0 commit 61b5f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llms.txt

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

77787778
## Introduction
77797779

7780-
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.
7780+
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.
77817781

77827782
## Prerequisites
77837783

@@ -7865,7 +7865,7 @@ Once subxt interfaces are generated, you can interact with your node in the foll
78657865
- **[Custom values](https://docs.rs/subxt/latest/subxt/book/usage/custom_values/index.html){target=\_blank}** - accesses "custom values" contained within metadata
78667866
- **[Raw RPC calls](https://docs.rs/subxt/latest/subxt/book/usage/rpc/index.html){target=\_blank}** - facilitates raw RPC requests to compatible nodes
78677867

7868-
### Initialize the Subxt client
7868+
### Initialize the Subxt Client
78697869

78707870
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:
78717871

0 commit comments

Comments
 (0)