This repo contains small implementations written in solidity that can be used to augment existing onchain infrastructure.
zora-tiered-pricing-minter: custom minting module extending standard functionality provided by the zora-drops-contracts to allow for different pricing tiers based on mint quantity.
git clone https://github.com/public-assembly/onchain-modules.git
- cd into desired module folder (ex:
cd zora-tiered-pricing-minter
) - install Foundry
foundryup
forge install
forge test
to confirm module folder + contents have been installed correctly