Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odyslam/foundry-upgrades
Helper smart contracts to deploy and manage upgradeable contracts on Ethereum.
https://github.com/odyslam/foundry-upgrades
Last synced: 3 months ago
JSON representation
Helper smart contracts to deploy and manage upgradeable contracts on Ethereum.
- Host: GitHub
- URL: https://github.com/odyslam/foundry-upgrades
- Owner: odyslam
- License: mit
- Created: 2022-03-13T12:55:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T16:33:34.000Z (over 2 years ago)
- Last Synced: 2024-08-01T01:27:32.722Z (6 months ago)
- Language: Solidity
- Size: 8.79 KB
- Stars: 171
- Watchers: 4
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-upgradeability - Foundry Upgrades - Helper smart contracts to deploy and manage upgradeable contracts (Tools:)
- awesome-foundry - Foundry Upgrades - Helper smart contracts to deploy and manage upgradeable contracts on Ethereum. (Templates & Libraries)
README
# foundry-upgrades
Helper smart contracts to deploy and manage upgradeable contracts on Ethereum, with Foundry.This repository is a port of [OpenZeppelin Hardhat Upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades/tree/master/packages/plugin-hardhat/), aiming to showcase how the user can test upgradeable
contracts using a simple API in Solidity.`ProxyTester.sol` is a master-key proxy, that the user can define and instantly spawn proxies for their test contracts.
## Installation
1. `git clone https://github.com/odyslam/foundry-upgrades`
2. `cd foundry-upgrades`
3. `forge install`
4. `forge build` for complile the .sol file.