Skip to content

Instantly share code, notes, and snippets.

@mbvissers
Created September 19, 2022 08:12
Show Gist options
  • Save mbvissers/faf54f6c9e0b92075f9a93092bd9f24b to your computer and use it in GitHub Desktop.
Save mbvissers/faf54f6c9e0b92075f9a93092bd9f24b to your computer and use it in GitHub Desktop.
// 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