Skip to content

Commit

Permalink
Update README with deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Oct 31, 2023
1 parent 02d0de0 commit 4e5b34b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 4e5b34b

Please sign in to comment.