From a6852e47e6ef52f0e5b61a9f4a42b4c8d204b84d Mon Sep 17 00:00:00 2001 From: Artur Yurii Korchynskyi <42449190+akorchyn@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:16:09 +0300 Subject: [PATCH] Final commit here :) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb89e97..a299a1c 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. - \ No newline at end of file +