near-providers 0.1.0-alpha

High-level abstractions for interacting with the NEAR blockchain, simplifying JSON RPC calls.
Documentation
[dependencies.async-trait]
version = "0.1.50"

[dependencies.near-chain-configs]
version = "0.20.0"

[dependencies.near-crypto]
version = "0.20.1"

[dependencies.near-jsonrpc-client]
version = "0.8.0"

[dependencies.near-jsonrpc-primitives]
version = "0.20.1"

[dependencies.near-primitives]
version = "0.20.1"

[dependencies.serde_json]
version = "1.0.85"

[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11.12"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1"

[package]
description = "High-level abstractions for interacting with the NEAR blockchain, simplifying JSON RPC calls."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "near-providers"
readme = "README.md"
version = "0.1.0-alpha"