naszam / oz-merkle-support

MyContract.sol to show issue with MerkleProof.sol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oz-merkle-support

MyContract.sol to show issue with keccakFromString() in merkleTree.js

See issue #254

Visit Topic on OpenZeppelin Forum

Project Setup

Clone this GitHub repository.

Steps to compile and test MyContract.sol

  • Local dependencies
    $ npm i

Running the project with local test network (ganache-cli)

  • Start ganache-cli with the following command:
    $ ganache-cli
  • Test the smart contract using Truffle & Gananche with the following command:
    $ truffle test
    

About

MyContract.sol to show issue with MerkleProof.sol

License:MIT License


Languages

Language:JavaScript 100.0%