This is an automated email from the ASF dual-hosted git repository.
bisman pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-resilientdb-ResContract.git
The following commit(s) were added to refs/heads/main by this push:
new e003c6c Add deprecation notice and update repository links
e003c6c is described below
commit e003c6cbf7e60b618d5ed4bf065af83ab9251c64
Author: Bismanpal-Singh <[email protected]>
AuthorDate: Sun Dec 14 17:40:08 2025 -0800
Add deprecation notice and update repository links
Added deprecation notice and updated repository links.
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 152c681..e17cf7f 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,17 @@
# specific language governing permissions and limitations
# under the License.
```
-**DEPRECATION NOTICE**
+---
+
+## DEPRECATION NOTICE
This repository is deprecated.
Active development now continues in the [ResilientDB
Monorepo](https://github.com/apache/incubator-resilientdb).
The ResContract CLI can be found at
[ecosystem/smart-contract/rescontract](https://github.com/apache/incubator-resilientdb/tree/master/ecosystem/smart-contract/rescontract).
+---
+
# ResContract CLI 🚀
The **ResContract CLI** is a command-line tool for creating, deploying, and
managing smart contracts within the ResilientDB ecosystem. It provides a
streamlined interface for developers and students to interact with smart
contracts efficiently.