Skip to content

[Intermediate]: Write a Blog Post on HIP 1313: High Volume Entity Creation #433

Description

@aceppaluni

🧩 Intermediate Contributors

This issue is intended for contributors who are already very familiar with the
Hiero Website codebase and its architectural patterns.

You should feel comfortable with:

  • Netlify previews and tests
  • The Hiero website repository structure
  • understanding Hugo templating concepts without step-by-step guidance
  • Editing and organizing Markdown at scale
  • Making pull requests with minimal guidance
  • navigating layouts/, content/, partials/, and static/
  • following the standard PR workflow without additional onboarding

If this is your very first contribution to the project, we recommend starting with a few
Good First Issues before working on this one.

🐞 Problem Description

HIP-1313: High-Volume Entity Creation has recently been approved by the TSC.
Link for approval can be found here hiero-ledger/hiero-improvement-proposals#1313

Currently, the Hiero website does not yet have a blog post covering HIP 1313. As a result:

Community members cannot read a structured overview of HIP 1313 on the site.
There is no centralized reference for key points, discussion, and links to the proposal.
This reduces visibility for important protocol improvements and upcoming changes.
Why this matters:

HIPs (Hiero Improvement Proposals) are critical for communicating protocol changes, governance decisions, and technical improvements. Publishing a blog post for HIP 1313:

Keeps the community informed.
Increases engagement with the protocol discussion.
Provides a canonical reference on the website for contributors and external audiences.

💡 Expected Solution

We should write a blog post detailing the approved HIP

  • Add a new blog post for HIP 1313 in the /content/posts/ directory.
  • Ensure metadata in front matter includes: title, date, author, summary and featured image banner
  • Include links to the HIP 1313 proposal in the post body.
  • Maintain consistent styling with other blog posts.
  • Ensure the post is visible in the blog list and renders correctly on the website.

🧠 Implementation Notes

  1. Create Blog Post File
    • Path: content/posts/hip-1261.md
    • Add front matter, for example:
+++
title = "HIP 1261: [Short Descriptive Title]"
date = 2026-02-11T12:00:00-07:00
author = "Contributor Name"
abstract = "An overview of HIP 1261 and its implications for the Hiero protocol."
featured_image = "/images/posts/hip-1261.png"
+++
  1. Write Blog Post Content

    • Include sections:
      a. Introduction / Background
      b. Overview of HIP 1261
      c. Motivation and goals
      d. Implementation or technical details (if applicable)
      e. References and links to the official HIP markdown file

    • Use Markdown for headings, lists, links, images, and code blocks.

  2. Optional Assets

    • If using diagrams or images, place them in static/images/
  3. Test Locally

    • Run locally
    • Verify:
      a. The new post appears in /posts/
      b. Layout and formatting match existing posts
      c. Links, images, and headings render correctly
      d. Post shows in the blog feed
  4. Commit and Open PR

    • Commit changes with DCO and GPG-signed commits:
git add content/posts/hip-1261.md
git commit -s -S -m "Add blog post for HIP 1261"
git push origin <branch-name>

✅ Acceptance Criteria

To merge this issue, the pull request must:

  • Fully address the problem described above
  • Follow existing project conventions and patterns
  • Include tests or example updates where appropriate
  • Pass all CI checks
  • Include a valid changelog entry
  • Use DCO and GPG-signed commits

📚 Additional Context or Resources

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions