Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Final commit here :)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Oct 11, 2024
1 parent 702c57a commit a6852e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# near-rs
> The library is now a part of the [Near](https://github.com/near/near-api-rs) organization
The near-rs 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](https://github.com/near/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:
Expand All @@ -25,4 +27,4 @@ The library is already usable and might be used for rapid prototyping, it lacks

## Examples
The crate provides [examples](./examples/) that contain detailed information on using the library.


0 comments on commit a6852e4

Please sign in to comment.