Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 705 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 705 Bytes

ERC1155 Merkle example using hardhat and foundry

Build Locally

# Clone repo
$ git clone https://github.com/ahmedali8/erc1155-merkle-example

# Initialize submodule dependencies
$ git submodule update --init --recursive

# Install development dependencies
$ yarn install

Testing with hardhat

$ yarn test:hh

or

$ yarn hardhat test

Testing with foundry

# additionally add -vvvv for verbose

$ yarn test:forge

or

$ forge test

Note: refer to hardhat-foundry-template for more information and commands