https://github.com/sablier-labs/evm-examples
Example integrations with the Sablier Protocol on the EVM
https://github.com/sablier-labs/evm-examples
evm sablier sablier-protocol token-vesting vesting
Last synced: 26 days ago
JSON representation
Example integrations with the Sablier Protocol on the EVM
- Host: GitHub
- URL: https://github.com/sablier-labs/evm-examples
- Owner: sablier-labs
- License: gpl-3.0
- Created: 2023-03-16T14:56:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T17:06:46.000Z (about 2 months ago)
- Last Synced: 2025-05-08T07:54:13.480Z (26 days ago)
- Topics: evm, sablier, sablier-protocol, token-vesting, vesting
- Language: Solidity
- Homepage:
- Size: 233 KB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sablier Examples
This repository contains example integrations with the Sablier Protocol. More detailed guides walking through the logic of the examples can be found on the [Sablier docs](https://docs.sablier.com) website.
## Disclaimer
The examples provided in this repo have NOT BEEN AUDITED and is provided "AS IS" with no warranties of any kind, either
express or implied. It is intended solely for demonstration purposes. These examples should NOT be used in a production
environment. It makes specific assumptions that may not apply to your particular needs.## Contributing
Make sure you have [Foundry](https://github.com/foundry-rs/foundry) installed, and that you have it configured correctly in [VSCode](https://book.getfoundry.sh/config/vscode).
## License
This repo is licensed under GPL 3-0 or later.