Skip to content

[FEATURE]: extends the Merkle proof system by adding portable proof export and standalone #12

@aniket866

Description

@aniket866

Feature and its Use Cases

Problem

Currently, Merkle proofs can only be generated and verified in memory during runtime.

There is no way to:

  • Save a generated proof

  • Share a proof with others

  • Load a proof later for verification

  • Perform standalone verification using a stored proof file

  • This limits practical usage for large dataset distribution and independent auditing.

Additional Context

Impact

Users cannot verify dataset chunks without regenerating proofs, making the system less flexible and less suitable for real-world verification workflows.

Code of Conduct

  • I have joined the Discord server and will post updates there
  • I have searched existing issues to avoid duplicates

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions