How to use Upgrades Plugins to deploy multiple minimal proxies

Hi @megatower66,

OpenZeppelin Upgrades Plugins can be used to safely deploy and test upgradeable contracts, including checking contracts for upgrade safety.

For minimal proxies, you can create your own factory to deploy. There is a simple example: How to compute the CREATE2 address for a minimal proxy? - #2 by abcoathup