near-accounts 0.1.0-alpha

Simplify interaction with NEAR Protocol accounts. High-level abstractions for managing accounts, deploying contracts, and executing transactions on the NEAR blockchain.
Documentation
[dependencies.near-crypto]
version = "0.20.1"

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

[dependencies.near-providers]
version = "0.1.0-alpha"

[dependencies.near-transactions]
version = "0.1.0-alpha"

[dependencies.num-bigint]
version = "0.4"

[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 = "Simplify interaction with NEAR Protocol accounts. High-level abstractions for managing accounts, deploying contracts, and executing transactions on the NEAR blockchain."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "near-accounts"
readme = "README.md"
version = "0.1.0-alpha"