Skip to content

jsign/binary-tree-spec

Repository files navigation

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.

About

Python implementation spec for EIP-7864

Topics

Resources

License

Stars

Watchers

Forks

Languages