Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #680

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Update README.md #680

merged 3 commits into from
Dec 7, 2023

Conversation

masapr
Copy link
Collaborator

@masapr masapr commented Nov 28, 2023

Added introductory text on the api-client

Added introductory text on the api-client
@masapr masapr added F4-documentation Updates the documentation E0-silent Will not be mentioned in the release labels Nov 28, 2023
@masapr masapr requested a review from haerdib December 5, 2023 08:14
README.md Outdated
@@ -1,6 +1,8 @@
# substrate-api-client

substrate-api-client is a library written in Rust for connecting to the substrate's RPC interface via WebSockets allowing to
The substrate-api-client is a Rust library for connecting to a [substrate](https://substrate.io/)-based node via RPC from a no-std environment. An RPC client is a library, with similar features as [Polkadot-js](https://wiki.polkadot.network/docs/polkadotjs). With an RPC client developers can easily interact with any [Polkadot](https://polkadot.network/) or [Kusama](https://kusama.network/) chain. There are [RPC clients](https://wiki.polkadot.network/docs/build-tools-index#rpc-and-api-tools) for different programming languages. For Rust, the most popular RPC client is [subxt](https://github.com/paritytech/subxt). The substrate-api-client uses core functionality of subxt and makes it available in a no-std environment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The substrate-api-client is a Rust library for connecting to a substrate-based node via RPC. It provides similar functionalities as Polkadot-js, such as easy extrinsic submission and state queries. With an RPC client, developers can easily interact with any Polkadot or Kusama chain. There are several RPC clients available in different programming languages. For Rust, the most popular RPC client is subxt. The substrate-api-client provides a simpler, less extensive alternative to subxt, focused on providing as many features as possible for no-std environments.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slightly changed wording - what do you think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added most of it. I still want to comment on "no-std" right at the beginning, so I added a sentence on that.

@masapr masapr requested a review from haerdib December 5, 2023 13:25
Copy link
Contributor

@haerdib haerdib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks a lot!

@masapr masapr merged commit 4c4fb55 into master Dec 7, 2023
51 checks passed
@haerdib haerdib deleted the update-readme/sp branch February 5, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E0-silent Will not be mentioned in the release F4-documentation Updates the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants