Crates.io | near-api |
lib.rs | near-api |
version | 0.2.1 |
source | src |
created_at | 2021-10-04 12:40:28.810916 |
updated_at | 2024-10-25 12:12:56.336622 |
description | Rust library to interact with NEAR Protocol via RPC API |
homepage | |
repository | https://github.com/near/near-api-rs |
max_upload_size | |
id | 460113 |
size | 265,583 |
The near-api is a simple Rust library that helps developers interact easily with the NEAR blockchain. The library was highly inspired by the API of the near-cli-rs library. The library extensively utilizes builder patterns, this way we guide the users through the user flow, preventing most of the errors and focusing on each step.
Currently, the library provides:
The library is already usable and might be used for rapid prototyping, it lacks some points to make it production-ready:
The crate provides examples that contain detailed information on using the library.