Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yearn/vault-periphery
https://github.com/yearn/vault-periphery
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yearn/vault-periphery
- Owner: yearn
- Created: 2023-04-17T20:38:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T18:08:58.000Z (11 days ago)
- Last Synced: 2024-11-01T19:18:02.682Z (11 days ago)
- Language: Solidity
- Size: 394 KB
- Stars: 25
- Watchers: 4
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to start
### Requirements
- First you will need to install [Foundry](https://book.getfoundry.sh/getting-started/installation).
NOTE: If you are on a windows machine it is recommended to use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install)### Fork this repository
```sh
git clone --recursive https://github.com/yearn/vault-peripherycd vault-periphery
pip install vyper==0.3.7
make build
make test
```
### DeploymentDeployment of periphery contracts are done using a create2 factory in order to get a deterministic address that is the same on each EVM chain.
This can be done permissionlessly if the most recent contract has not yet been deployed on a chain you would like to use it on using this repo https://github.com/wavey0x/yearn-v3-deployer