FuelLabs/fuels-ts

Document merkle tree usage

Open

#3374 opened on Nov 5, 2024

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

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