From 6caad2caed758b279f956d2856a13686c2bb950e Mon Sep 17 00:00:00 2001 From: neoofklaytn Date: Mon, 3 Jun 2024 22:57:58 +0100 Subject: [PATCH 1/2] Added no-maintenance notice --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ed6ae89e..41ef9a0f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) + ## Klaytn Improvement Proposals (KIPs) Klaytn Improvement Proposals (KIPs) describe standards for the Klaytn platform, including core protocol specifications, client APIs, and contract standards. +# NO LONGER MAINTAINED + +Since the launch of Kaia Blockchain this repository has been parked in favour of the new open-source projects in [Kaia's Github](https://github.com/kaiachain). Contributors have now moved there continuing with massive open-source contributions to our blockchain ecosystem. A big thank you to everyone who has contributed to this repository. For more information about Klaytn's chain merge with Finschia blockchain please refer to the launching of Kaia blockchain - [kaia.io](http://kaia.io/). + ## Contributing 1. Review [KIP-1](KIPs/kip-1.md). From 11a13d47e228e05a900a18e4ce9d55dc64938904 Mon Sep 17 00:00:00 2001 From: neoofklaytn Date: Mon, 3 Jun 2024 23:03:46 +0100 Subject: [PATCH 2/2] updated the headers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41ef9a0f..dfd5ee78 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) +# Klaytn Improvement Proposals (KIPs) -## Klaytn Improvement Proposals (KIPs) +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) Klaytn Improvement Proposals (KIPs) describe standards for the Klaytn platform, including core protocol specifications, client APIs, and contract standards.