Adding starknet_rust_providers library as a dependency

Run this command in a terminal, in your project's directory:

cargo add starknet-rust-providers

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

starknet-rust-providers = "0.17.0"

The starknet_rust_providers library will be automatically available globally. Read the starknet_rust_providers library documentation.

Back to the crate overview.