Web3py merkle tree support

301 views Asked by At

I am trying to implement a merkle tree just like merkletreejs but python does not have any good libraries that support keccak256 and sorted keccak256 trees. Does anyone know of a good python lib for this?

1

There are 1 answers

1
SpaceTraveler On