/binary-tree-spec

Python implementation spec for EIP-7864

Primary LanguagePythonMIT LicenseMIT

binary-tree-spec

This repository contains a minimal Python implementation for EIP-7864 (discussion thread).

Project Structure

  • tree.py: Contains the implementation of the BinaryTree class.
  • embedding.py: Contains the implementation accounts encoding into the tree.

Running Tests

To run the tests, you can use the following command:

python -m unittest discover

This will discover and run all the tests in the test_tree.py file.

License

This project is licensed under the MIT License. See the LICENSE file for more details.