Created
September 19, 2022 08:12
-
-
Save mbvissers/faf54f6c9e0b92075f9a93092bd9f24b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity 0.8.0; | |
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol"; | |
contract Merkle { | |
// Functions and variables go here... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment