near / near-api-rs

Apache License 2.0
8 stars 2 forks source link

near-api

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:

Current issues

The library is already usable and might be used for rapid prototyping, it lacks some points to make it production-ready:

Examples

The crate provides examples that contain detailed information on using the library.