# Clone repo
$ git clone https://github.com/ahmedali8/erc1155-merkle-example
# Initialize submodule dependencies
$ git submodule update --init --recursive
# Install development dependencies
$ yarn install
$ yarn test:hh
or
$ yarn hardhat test
# additionally add -vvvv for verbose
$ yarn test:forge
or
$ forge test