From 8ace420a4da5072cab4cef9f679a0dc044d702e0 Mon Sep 17 00:00:00 2001 From: Ori Newman Date: Wed, 14 Aug 2024 08:07:49 +0300 Subject: [PATCH] fix readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7224c2749b..badee5ca35 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # DEPRECATED -The reference full node was rewritten in Rust, and as a result the Go implementation is deprecated. +The full node reference implementation was [rewritten in Rust](https://github.com/kaspanet/rusty-kaspa), as a result, the Go implementation is now deprecated. -As a result, any pull request or issue that will be opened will be closed without treatment, except for issues or pull requests related to kaspawallet, that at the moment is still maintained. In any other case, consider using the Rust implementation instead: https://github.com/kaspanet/rusty-kaspa +PLEASE NOTE: Any pull requests or issues that will be opened in this repository will be closed without treatment, except for issues or pull requests related to the kaspawallet, which remains maintained. In any other case, please use the [Rust implementation](https://github.com/kaspanet/rusty-kaspa) instead. -Kaspad -==== +# Kaspad [![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](https://choosealicense.com/licenses/isc/) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/kaspanet/kaspad) @@ -45,7 +44,6 @@ $ go install . ./cmd/... not already add the bin directory to your system path during Go installation, you are encouraged to do so now. - ## Getting Started Kaspad has several configuration options available to tweak how it runs, but all @@ -56,6 +54,7 @@ $ kaspad ``` ## Discord + Join our discord server using the following link: https://discord.gg/YNYnNN5Pf2 ## Issue Tracker