We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify Proof without leaves, just with proof, root and leaf
I want Merkly to work like this:
import merkly proof, leaf = get_data_from_api() root = "0xe35e6e14fdf91ecc6adfb74856bcd8a2c22544bd10bded94f2a9fecc77cf630b" result = merkly.verify_proof(proof, leaf, root) assert result == True
The text was updated successfully, but these errors were encountered:
olivmath
Successfully merging a pull request may close this issue.
🛑✋ Blocked by #67
Describe a new Feature
Verify Proof without leaves, just with proof, root and leaf
Describe what you expect! (Example)
I want Merkly to work like this:
The text was updated successfully, but these errors were encountered: