From 4e5b34b76bedce3cb618e45a13868fa896673ccc Mon Sep 17 00:00:00 2001 From: HDauven Date: Tue, 31 Oct 2023 15:51:17 +0100 Subject: [PATCH] Update README with deprecation warning --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fad9db8e9..4aed1fb42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# Dusk Network Node +# Dusk Blockchain Node -Official Golang reference implementation of the DUSK Network protocol. +## :warning: Deprecated :warning: + +This repository contains the legacy Golang implementation of the Dusk protocol. This implementation is deprecated and no longer maintained. + +### Why is it Deprecated? + +We have transitioned to a Rust-based implementation for improved interoperability, security, and ease of contribution. + +### What Should You Do? + +For up-to-date functionality, consider using our Rust-based [Rusk](https://github.com/dusk-network/rusk) client. [![Actions Status](https://github.com/dusk-network/dusk-blockchain/workflows/Continuous%20Integration/badge.svg)](https://github.com/dusk-network/dusk-blockchain/actions) [![codecov](https://codecov.io/gh/dusk-network/dusk-blockchain/branch/master/graph/badge.svg)](https://codecov.io/gh/dusk-network/dusk-blockchain)