#hip #holium #validate #documentation #check #format #information

app hip_validator

Utility tool to validate the format of a Holium Imporvement Proposal (HIP). For more information, check out the official documentation at https://docs.holium.org

1 stable release

1.0.0 Nov 13, 2021

#2 in #holium

21 downloads per month

MIT license

15KB
112 lines

Welcome to HIP Validator 👋

crates.io dependency status

GitHub latest commit GitHub issues GitHub pull-requests

maintainer Discord license

Utility tool to validate the format of an HIP

🏠 Homepage

📦 Install

cargo install hip-validator

📝 Usage

Be sure to check the official documentation to know better how to use the Holium Rust SDK, with practical examples.

Validation rules

Mandatory fields
  • hip: HIP number
  • title: The HIP title is a few words, not a complete sentence
  • description: Description is one full (short) sentence
  • author: A list of the author's or authors' name(s) and/or username(s), or name(s) and email(s), e.g. (use with the parentheses or triangular brackets): FirstName LastName (@GitHubUsername), FirstName LastName foo@bar.com, FirstName (@GitHubUsername) and GitHubUsername (@GitHubUsername)>
  • status: HIP status
  • created: Date created on, in ISO 8601 (yyyy-mm-dd) format

Optional fields

  • requires: HIP number(s)
  • replaces: HIP number(s)

Commands

hip-validator --help

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the dedicated section in the documentation.

🙋 Show your support

Give a ⭐️ if this project helped you and use the official badge to link to the project!

Made with Holium

📝 License

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Dependencies

~8.5MB
~164K SLoC