@ethereumjs/binarytree
Implementation of binary trees as used in Ethereum.
Last updated 2 months ago by holgerd77 .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @ethereumjs/binarytree 
SYNC missed versions from official npm registry.

@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 members of the former Ethereum Foundation JavaScript team and the broader Ethereum community. 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

Current Tags

  • 10.1.1                                ...           latest (2 months ago)
  • 10.1.1-nightly.2                                ...           nightly (3 months ago)
  • 10.0.0-dev-rc.1                                ...           rc (a year ago)

6 Versions

  • 10.1.1                                ...           2 months ago
  • 10.1.1-nightly.2                                ...           3 months ago
  • 10.1.1-nightly.1                                ...           4 months ago
  • 10.1.0                                ...           5 months ago
  • 10.0.0                                ...           a year ago
  • 10.0.0-dev-rc.1                                ...           a year ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (5)
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |