openzeppelin_merkle_tree 0.19.0

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup

Readme

Merkle Tree

NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts-cairo/0.19.0/api/merkle-tree

This crate provides a set of utilities for verifying Merkle Tree proofs on-chain. The tree and the proofs can be generated using this JavaScript library both for Pedersen and Poseidon hashing algorithms.

Metadata

Version 0.19.0

Uploaded 3 weeks ago

Size 6.1 KB

Installation

Run the following command in your project dir

scarb add openzeppelin_merkle_tree@0.19.0

Or add the following line to your Scarb.toml

openzeppelin_merkle_tree = "0.19.0"

Monthly downloads

Links

Repository github.com/OpenZeppelin/cairo-contracts

Documentation docs.openzeppelin.com/contracts-cairo

Keywords

  • openzeppelin
  • cairo
  • merkle_tree

Owners