Skip to content

public-assembly/onchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onchain ⧉⥇⧉

Overview

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

Disclaimer

This code has NOT been audited. Use at your own risk.

Local Development

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