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.
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/
Sablier V2 Periphery is available as a Node.js package:
pnpm add @sablier/v2-periphery
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.
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).