Skip to content
New issue

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

[Feature]: crates: merkle-tree, merkle-tree-cli, merkle-tree-verify #1

Open
wants to merge 6 commits into
base: luket/base_marketplace
Choose a base branch
from

Conversation

gonzaotc
Copy link

Introduced three Rust crates to create and verify merkle trees for Rarible Editions Collections.

merkle-tree

A library crate that implements Merkle tree functionality. This crate provides the core logic for creating and manipulating Merkle trees.

merkle-tree-cli

A binary crate that provides a command-line interface for interacting with Merkle trees. It uses the merkle-tree library to perform operations such as creating Merkle trees from CSV files.

Running instructions: merkle-tree-cli/README.md

merkle-tree-verify

A library crate that provides verification functionality for Merkle trees. This crate can be used to verify proofs and validate the integrity of Merkle trees.

@gonzaotc gonzaotc changed the title [Feature]: creates: merkle-tree, merkle-tree-cli, merkle-tree-verify [Feature]: crates: merkle-tree, merkle-tree-cli, merkle-tree-verify Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants