A blockchain that creates an AVL tree. Each block cotains an operation to be performed on the tree. To run the program:
- Clone the repository
- Inside the AVLockchain directory, run the folowing command from the terminal
java -jar TPE.jar zeros ZWhere Z is the number of zeros the hash of a block must start with to be considered valid.