Skip to content

ERC1155 standard example with test cases using hardhat and foundry

Notifications You must be signed in to change notification settings

ahmedali8/erc1155-merkle-root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ERC1155 standard example with test cases using hardhat and foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published