Skip to content

Commit

Permalink
Merge pull request #1540 from dusk-network/goodbye-old-friend
Browse files Browse the repository at this point in the history
Update README with deprecation warning
  • Loading branch information
HDauven authored Oct 31, 2023
2 parents 02d0de0 + e743540 commit 7031c8e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 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.

For an up-to-date node implementation, consider using our Rust-based [Rusk](https://github.com/dusk-network/rusk) client.

### Why is it Deprecated?

We have transitioned to a Rust-based implementation for improved interoperability, security, and ease of contribution.

[![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)
Expand Down

0 comments on commit 7031c8e

Please sign in to comment.