packages/merkle/README.md
@fuel-ts/merkle@fuel-ts/merkle is a sub-module for interacting with Fuel.
This module contains:
src/binary - Utilities for working with binary merkle treessrc/common — Shared utilities for testing and deploying merkle treessrc/sum — Utilities for computing merkle tree rootssrc/sparse — Utilities for working with sparse merkle trees to help provide efficient proofs of non-inclusionpnpm add @fuel-ts/merkle
# or
npm add @fuel-ts/merkle
Alternatively, we recommend you install the complete SDK using the umbrella package:
pnpm add fuels
# or
npm add fuels
In order to contribute to @fuel-ts/merkle, please see the main fuels-ts monorepo.
The @fuel-ts/merkle changelog can be found at CHANGELOG.
The primary license for @fuel-ts/merkle is Apache 2.0, see LICENSE.