All Projects → hashgraph → hedera-improvement-proposal

hashgraph / hedera-improvement-proposal

Licence: Apache-2.0 license
Hedera Improvement Proposal

Programming Languages

solidity
1140 projects
HTML
75241 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hedera-improvement-proposal

hedera-sdk-python
Hedera SDK for Python
Stars: ✭ 34 (-70.69%)
Mutual labels:  hashgraph, hedera
hedera-sdk-rust-archived
Hedera SDK for Rust
Stars: ✭ 39 (-66.38%)
Mutual labels:  hashgraph, hedera
hedera-sdk-go
Hedera™ Hashgraph SDK for Go
Stars: ✭ 63 (-45.69%)
Mutual labels:  hashgraph, hedera
MyHbarWallet
🟩 MyHbarWallet is a free, client-side interface helping you interact with Hedera™ Hashgraph.
Stars: ✭ 52 (-55.17%)
Mutual labels:  hedera
hashport-validator
Official repository containing the source code of the Hashport validators
Stars: ✭ 19 (-83.62%)
Mutual labels:  hedera
hedera-hts-demo
This is a demonstration UI for the Hedera Token Service. Written in JavaScript and Vue.JS
Stars: ✭ 66 (-43.1%)
Mutual labels:  hedera

Submit a HIP

  1. Fork this repository
  2. Fill out this template: hip template
  3. Create a pull request against hashgraph/hedera-improvement-proposal main

But what category do I make my HIP? See hip-1 HIP types

See hip-1 for details on the HIP process or watch this video

What is a HIP?

HIP stands for "Hedera Improvement Proposal". These improvement proposals can range from core protocol changes, to the applications, frameworks, and protocols built on top of the Hedera public network and used by the community. The HIP author is responsible for building consensus within the community and documenting dissenting opinions, as well as tracking their HIP through the process outlined below.

You can see the list of all HIPs on the official HIPs site.

What is Hedera Hashgraph?

Hedera Hashgraph is the only public network built on top of Dr. Leemon Baird’s Hashgraph consensus algorithm. Hedera goes beyond blockchain to provide the fast, fair, and secure environment needed to enable enterprise adoption of distributed ledger technologies. You can learn more about Hedera by reading the Hedera whitepaper, and for a more detailed understanding of the Hashgraph Consensus Algorithm you can check out the hashgraph algorithm whitepaper.

Purpose

The goal of HIPs is to have a place to propose new features, to collect community thoughts and input on a particular issue, and further to document all these subject matters in one place. It’s a great way to document these discussions and proposals here on GitHub, because any revisions made on these text files will be recorded.

Qualifications

Each HIP should only be one single key proposal and/or idea. The idea should be focused and only issue to one subject matter to be successful. A HIP must meet certain minimum criteria: it must be clear and have a complete description of the proposed enhancement, the enhancement must represent a net improvement, the proposed implementation, if applicable, must be solid and must not complicate the protocol unduly.

Before Submitting

  1. Evaluate your idea: consider why you’d like to request changes or improvements, and how it benefits the Hedera Hashgraph community.

  2. Thoroughly look through those proposals already submitted to ensure there are no duplicates.

  3. Ask the Hedera Hashgraph community first if your idea is original, or has already been through the HIP process.

  4. Reevaluate your proposal to ensure sure the idea is applicable to the entire community and not just to one particular author, application, project, or protocol.

Local Jekyll Site

Prereq - make sure you have bundler for Ruby

You can run a local version of the HIPs dashboard site:

bundle install
jekyll serve --livereload

The site will be available on http://localhost:4000.

You can read more about Jekyll on its official website

Note

An excellent place to discuss your proposal and get feedback is in the issues section of this repository, or on Hedera's Discord Server; there you can start formalizing the language around your HIP and ensuring it has broad community support.

Disclaimer(s):

These proposals and discussions have no effect regarding private (permissioned) implementations of the Hashgraph consensus algorithm; additionally, this repository and it’s contents are run by the Hedera Hashgraph community, which means they do not necessarily reflect the views and opinions of Hedera Hashgraph LLC.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].