FuelLabs/fuels-ts

Document merkle tree usage

Open

#3,374 opened on Nov 5, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (1,370 forks)batch import
docsgood first issue

Repository metrics

Stars
 (43,186 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Summary

We should add documentation on using Merkle trees using the @fuel-ts/merkle package. Currently, we export the binary and sparse variants, each of which should have documentation around their:

  • construction
  • proof generation
  • verification

Contributor guide