Skip to content

Commit 5e1a650

Browse files
committed
Add bold
1 parent 8a68ca2 commit 5e1a650

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

develop/toolkit/api-libraries/subxt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Before using subxt, ensure you have the following installed:
2323

2424
To use subxt in your project, you need to install the necessary dependencies. Each plays a specific role in enabling interaction with the blockchain:
2525

26-
1. Install the subxt CLI - [`subxt-cli`](https://crates.io/crates/subxt-cli){target=\_blank} is a command-line tool that provides utilities for working with Polkadot SDK metadata. In the context of subxt, it is essential for downloading chain metadata, which is required to generate type-safe Rust interfaces for interacting with the blockchain. Install it using:
26+
1. **Install the subxt CLI** - [`subxt-cli`](https://crates.io/crates/subxt-cli){target=\_blank} is a command-line tool that provides utilities for working with Polkadot SDK metadata. In the context of subxt, it is essential for downloading chain metadata, which is required to generate type-safe Rust interfaces for interacting with the blockchain. Install it using:
2727

2828
```bash
2929
cargo install subxt-cli
3030
```
3131

32-
2. Add core dependencies - these dependencies are essential for interacting with the blockchain:
32+
2. **Add core dependencies** - these dependencies are essential for interacting with the blockchain:
3333

3434
- **[subxt](https://crates.io/crates/subxt){target=\_blank}** - the main library for communicating with Polkadot SDK nodes. It handles RPC requests, encoding/decoding, and type generation
3535

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7792,13 +7792,13 @@ Before using subxt, ensure you have the following installed:
77927792

77937793
To use subxt in your project, you need to install the necessary dependencies. Each plays a specific role in enabling interaction with the blockchain:
77947794

7795-
1. Install the subxt CLI - [`subxt-cli`](https://crates.io/crates/subxt-cli){target=\_blank} is a command-line tool that provides utilities for working with Polkadot SDK metadata. In the context of subxt, it is essential for downloading chain metadata, which is required to generate type-safe Rust interfaces for interacting with the blockchain. Install it using:
7795+
1. **Install the subxt CLI** - [`subxt-cli`](https://crates.io/crates/subxt-cli){target=\_blank} is a command-line tool that provides utilities for working with Polkadot SDK metadata. In the context of subxt, it is essential for downloading chain metadata, which is required to generate type-safe Rust interfaces for interacting with the blockchain. Install it using:
77967796

77977797
```bash
77987798
cargo install subxt-cli
77997799
```
78007800

7801-
2. Add core dependencies - these dependencies are essential for interacting with the blockchain:
7801+
2. **Add core dependencies** - these dependencies are essential for interacting with the blockchain:
78027802

78037803
- **[subxt](https://crates.io/crates/subxt){target=\_blank}** - the main library for communicating with Polkadot SDK nodes. It handles RPC requests, encoding/decoding, and type generation
78047804

0 commit comments

Comments
 (0)