This repo contains modular implementations written in solidity that can be used to augment existing onchain infrastructure.
This code has NOT been audited. Use at your own risk.
git clone https://github.com/public-assembly/onchain-modules.git
- cd into desired module folder (ex:
cd zora-modules/zora-tiered-pricing-minter
) - install Foundry
foundryup
forge install
forge test
to confirm module folder + contents have been installed correctly