From 2f123afd6c6d008c9dd0fa82f4afb9b658350b1f Mon Sep 17 00:00:00 2001 From: telezhnaya Date: Thu, 3 Oct 2024 20:30:28 +0100 Subject: [PATCH] Add deprecation message --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd853e03..a3b25290 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# NEAR CLI (command line interface) +# [DEPRECATED] NEAR CLI (command line interface) + +This project is no longer updated. +Please use [`near-cli-rs`](https://github.com/near/near-cli-rs) instead. + +--- NEAR CLI is a Node.js application that relies on [`near-api-js`](https://github.com/near/near-api-js) to connect to and interact with the NEAR blockchain. Create accounts, access keys, sign & send transactions with this versatile command line interface tool.