This repository contains a minimal Python implementation for EIP-7864 (discussion thread).
tree.py
: Contains the implementation of theBinaryTree
class.embedding.py
: Contains the implementation accounts encoding into the tree.
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.
This project is licensed under the MIT License. See the LICENSE file for more details.