Skip to content

docs: add merkle tree usage documentation#3959

Open
airope wants to merge 1 commit intoFuelLabs:masterfrom
airope:feat/document-merkle-tree-issue-3374
Open

docs: add merkle tree usage documentation#3959
airope wants to merge 1 commit intoFuelLabs:masterfrom
airope:feat/document-merkle-tree-issue-3374

Conversation

@airope
Copy link

@airope airope commented Mar 3, 2026

Closes #3374

Adds documentation for merkle tree usage including:

  • Overview and concepts
  • Creating merkle trees from data
  • Generating proofs
  • Hashing leaves
  • Code examples with region markers

New files:

  • apps/docs/src/guide/utilities/merkle-tree.md
  • apps/docs/src/guide/utilities/snippets/merkle/index.ts
  • Sidebar entry in .vitepress/config.ts

@cursor
Copy link

cursor bot commented Mar 3, 2026

PR Summary

Low Risk
Low risk: documentation-only change adding a new guide page and snippet code, with no runtime/SDK logic modifications.

Overview
Adds a new Merkle Tree guide under Utilities, documenting how to build trees, compute roots, generate proofs, and hash leaves using @fuel-ts/merkle.

Includes a new snippets/merkle/index.ts example (region-marked for embedding) and updates the VitePress sidebar to link to /guide/utilities/merkle-tree.

Written by Cursor Bugbot for commit 80e427a. This will update automatically on new commits. Configure here.

@github-actions github-actions bot added the docs Requests pertinent to documentation label Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla:signed docs Requests pertinent to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document merkle tree usage

1 participant