Skip to content

Files

Latest commit

5eaf56a · May 16, 2025

History

History

binarytree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 25, 2025
Apr 29, 2025
Apr 28, 2025
Feb 20, 2025
Feb 20, 2025
Feb 20, 2025
Apr 29, 2025
Feb 20, 2025
May 16, 2025
Mar 17, 2025
Apr 29, 2025
Feb 20, 2025
Feb 20, 2025
Feb 20, 2025
Mar 10, 2025
Mar 10, 2025
Apr 25, 2025

@ethereumjs/binarytree v10 (EXPERIMENTAL)

NPM Package GitHub Issues Actions Status Code Coverage Discord

Implementation of Binary Trees as specified in EIP-7864

Binary Trees are a novel cryptographic data structure proposed for use in Ethereum to optimize state storage and proof verification. Unlike Merkle Patricia Tries, Binary Trees use a strict binary branching structure, allowing smaller proof sizes. By reducing storage overhead and improving proof efficiency, Binary Trees aim to enhance Ethereum’s scalability while maintaining robust security guarantees.

Note: This library is in an experimental stage and should not be used in production!

Table of Contents

Installation

To obtain the latest version, simply install the project using npm:

npm install @ethereumjs/binarytree

EthereumJS

The EthereumJS GitHub organization and its repositories are managed by the Ethereum Foundation JavaScript team, see our website for a team introduction. If you want to join for work or carry out improvements on the libraries see the developer docs for an overview of current standards and tools and review our code of conduct.

License

MIT