GitHunt
IA

IaroslavMazur/v2-periphery

๐ŸŽ› Peripheral smart contracts for interacting with Sablier V2

Sablier V2 Periphery Github Actions Coverage Foundry

This repository contains the peripheral smart contracts of the Sablier V2 Protocol. For lower-level logic, see the
sablier-labs/v2-core repository.

In-depth documentation is available at docs.sablier.com.

Install

Foundry

First, run the install step:

forge install sablier-labs/v2-periphery

Then, add the following line to your remappings.txt file:

@sablier/v2-periphery/=lib/v2-periphery/src/

Node.js

Sablier V2 Periphery is available as a Node.js package:

pnpm add @sablier/v2-periphery

Security

Please refer to the SECURITY policy for any security-related concerns. This repository is subject to a
bug bounty program per the terms outlined in the aforementioned policy.

License

Sablier V2 Periphery is licensed under GPL v3 or later, except for most of the files in test/, which
remain unlicensed (as indicated in their SPDX headers).

Languages

Solidity98.9%Shell1.1%

Contributors

GNU General Public License v3.0
Created July 9, 2023
Updated July 9, 2023
IaroslavMazur/v2-periphery | GitHunt