Crates.io | hip_validator |
lib.rs | hip_validator |
version | 1.0.0 |
source | src |
created_at | 2021-11-13 16:23:00.802303 |
updated_at | 2021-11-13 16:23:00.802303 |
description | 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 . |
homepage | https://holium.org |
repository | https://github.com/polyphene/hip-validator |
max_upload_size | |
id | 481460 |
size | 40,692 |
Utility tool to validate the format of an HIP
cargo install hip-validator
Be sure to check the official documentation to know better how to use the Holium Rust SDK, with practical examples.
hip
: HIP numbertitle
: The HIP title is a few words, not a complete sentencedescription
: Description is one full (short) sentenceauthor
: 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 statuscreated
: Date created on, in ISO 8601 (yyyy-mm-dd) formatrequires
: HIP number(s)replaces
: HIP number(s)hip-validator --help
Contributions, issues and feature requests are welcome!
Feel free to check the dedicated section in the documentation.
Give a ⭐️ if this project helped you and use the official badge to link to the project!
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator