klaytn / kips

Website
https://kips.klaytn.foundation
18 stars 40 forks source link

Klaytn Improvement Proposals (KIPs)

No Maintenance Intended

Klaytn Improvement Proposals (KIPs) describe standards for the Klaytn platform, including core protocol specifications, client APIs, and contract standards.

NO LONGER MAINTAINED

[!IMPORTANT] Since the launch of Kaia Blockchain, this repository has been parked in favour of the new open-source projects in Kaia's Github. 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 future development and contributions, please refer to the new kips repository

More information about Klaytn's chain merge with Finschia blockchain, please refer to the launching of Kaia blockchain kaia.io.

Contributing

  1. Review KIP-1.
  2. Fork the repository by clicking "Fork" in the top right.
  3. Add your KIP to your fork of the repository. There is a template KIP here.
  4. Submit a Pull Request to Klaytn's KIPs repository.

Your first PR should be a first draft of the final KIP. It must meet the formatting criteria enforced by the build (largely, correct metadata in the header). An editor will manually review the first PR for a new KIP and assign it a number before merging it. Make sure you include a discussions-to header with the URL to a discussion forum or open GitHub issue where people can discuss the KIP as a whole.

If your KIP requires images, the image files should be included in a subdirectory of the assets folder for that KIP as follows: assets/kip-N (where N is to be replaced with the KIP number). When linking to an image in the KIP, use relative links such as ../assets/kip-1/image.png.

Once your first PR is merged, we have a bot that helps out by automatically merging PRs to draft KIPs. For this to work, it has to be able to tell that you own the draft being edited. Make sure that the 'author' line of your KIP contains either your Github username or your email address inside . If you use your email address, that address must be the one publicly shown on your GitHub profile.

When you believe your KIP is mature and ready to progress past the draft phase, you should do the following:

KIP Status Terms

{% include types_lastcall.html %}