Deploying Upgradeable Contracts using Transparent Proxy with Foundry
简介
This tutorial demonstrates how to deploy and upgrade smart contracts using the transparent proxy pattern with Foundry. The transparent proxy pattern allows you to upgrade your smart contracts while maintaining the same address and state.