-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
36 lines (30 loc) · 2.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: default
title: Home
---
<h1 class="page-heading">KIPs
<a href="https://github.com/kaiachain/kips" target="_blank"><img src="https://img.shields.io/badge/KIPS-000000?logo=github&logoColor=white" alt="Github KIPS"></a>
<!-- <a href="https://devforum.kaia.io/c/kips" target="_blank"><img src="https://img.shields.io/badge/Dev Forum-bff009?logo=discourse&logoColor=black" alt="Discourse channel for Kaiachain"></a> -->
<a href="https://discord.gg/kaiachain" target="_blank"><img src="https://img.shields.io/badge/Kaia Discord-5865f2?logo=discord&logoColor=white" alt="Discord channel for Kaiachain"></a>
<a href="rss/all.xml" target="_blank"><img src="https://img.shields.io/badge/rss-Everything-red.svg" alt="RSS"></a>
<a href="rss/last-call.xml" target="_blank"><img src="https://img.shields.io/badge/rss-Last Calls-red.svg" alt="RSS"></a>
</h1>
<p>Kaia Improvement Proposals (KIPs) describe standards for the Kaia platform, including core protocol specifications, client APIs, and contract standards. </p>
<h2>Contributing</h2>
<ol>
<li>Review <a href="KIPs/kip-1">KIP-1</a>.</li>
<li>Fork the <a target="_blank" href="https://github.com/kaiachain/kips">repository</a> by clicking "Fork" in the top right.</li>
<li>Add your KIP to the forked repository. There is a <a target="_blank" href="https://github.com/kaiachain/kips/blob/main/kip-template.md">template KIP here</a>.</li>
<li>Submit a Pull Request to Kaia's <a target="_blank" href="https://github.com/kaiachain/kips">KIPs repository</a>.</li>
</ol>
<b>Note:</b>
We strongly recommend discussing KIP ideas with the community in the <a href="https://devforum.kaia.io/c/kips" target="_blank">Developer Forum - TBD</a> to collect feedback and validate ideas before submitting a Draft.
<h2>KIP status terms</h2>
<ul>
<li><strong>Idea</strong> - An idea that is pre-draft. This is not tracked within the KIP Repository.</li>
<li><strong>Draft</strong> - a KIP that is undergoing rapid iteration and changes.</li>
<li><strong>Last Call</strong> - a KIP that is done with its initial iteration and ready for review by a wide audience for two weeks.</li>
<li><strong>Accepted</strong> - a KIP that has been in ‘Last Call’ for at least 2 weeks, any technical changes that were requested have been addressed by the author, and finally get approved by the Kaia core developers.</li>
<li><strong>Final</strong> - a KIP that has been released as a standard specification. If a Core KIP is in ‘Final’, its implementation has been included in at least one Kaia client.</li>
</ul>
{% include types_lastcall.html %}