11 breaking releases
0.12.0 | Sep 18, 2024 |
---|---|
0.11.0 | Jun 17, 2024 |
0.10.0 | Mar 27, 2024 |
0.8.0 | Dec 9, 2023 |
0.1.0 | Jan 6, 2022 |
#35 in #starknet
12,201 downloads per month
Used in 29 crates
(5 directly)
720KB
16K
SLoC
Clients for interacting with Starknet nodes and sequencers
// TODO: add starknet-providers
documentation
lib.rs
:
Clients for interacting with Starknet nodes and sequencers.
This crate provides the Provider
trait for abstraction over means of accessing the Starknet
network. The most commonly used implementation is JsonRpcClient
with
HttpTransport
.
Dependencies
~12–25MB
~365K SLoC