Onchain Modules ⧉⥇⧉

Overview

This repo contains small implementations written in solidity that can be used to augment existing onchain infrastructure.

Contents

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.

Local Development

  1. git clone https://github.com/public-assembly/onchain-modules.git
  2. cd into desired module folder (ex: cd zora-tiered-pricing-minter)
  3. install Foundry
  4. foundryup
  5. forge install
  6. forge test to confirm module folder + contents have been installed correctly