https://github.com/symbioticfi/periphery
Symbiotic Periphery smart contracts
https://github.com/symbioticfi/periphery
periphery smart-contracts
Last synced: about 1 year ago
JSON representation
Symbiotic Periphery smart contracts
- Host: GitHub
- URL: https://github.com/symbioticfi/periphery
- Owner: symbioticfi
- License: mit
- Created: 2024-07-29T00:15:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T07:55:19.000Z (over 1 year ago)
- Last Synced: 2025-04-04T06:36:32.589Z (about 1 year ago)
- Topics: periphery, smart-contracts
- Language: Solidity
- Homepage: https://symbiotic.fi/
- Size: 1.24 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audits/ChainSecurity-Periphery.pdf
Awesome Lists containing this project
README
**[Symbiotic Protocol](https://symbiotic.fi) is an extremely flexible and permissionless shared security system.**
This repository contains Symbiotic Periphery contracts:
- Default Collateral Migrator - to withdraw an underlying asset and deposit it to a vault in one transaction
## Security
Security audits can be found [here](./audits).
## Usage
### Env
Create `.env` file using a template:
```
ETH_RPC_URL=
ETH_RPC_URL_HOLESKY=
ETHERSCAN_API_KEY=
```
\* ETH_RPC_URL_HOLESKY is optional.
\* ETHERSCAN_API_KEY is optional.
### Build
```shell
forge build
```
### Test
```shell
forge test
```
### Format
```shell
forge fmt
```
### Gas Snapshots
```shell
forge snapshot
```