Adding polymesh_api_client library as a dependency
Run this command in a terminal, in your project's directory:
cargo add polymesh-api-client
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
polymesh-api-client = "3.11.1"
The polymesh_api_client library will be automatically available globally.
Read the polymesh_api_client library documentation.