Web3py merkle tree support

327 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 best solutions below

1
On