streamflow-finance
timelock-crate
Rust

Streamflow Community program (inaptly named) deployed on Solana mainnet.

Last updated Mar 7, 2026
32
Stars
8
Forks
0
Issues
0
Stars/day
Attention Score
18
Language breakdown
Rust 96.4%
Python 3.6%
Files click to expand
README

Streamflow


Disclaimer: This is a Community (free and open-source) version of a Streamflow protocol. It has limited set of features and is provided as is, without support._

Reference implementation (also free and open-source, implemented in Anchor) that uses this protocol (as crate) is available here. That program is deployed on Solana mainnet with the program ID: 8e72pYCDaxu3GqMfeQ5r8wFgoZSYk6oua1Qo9XpsZjX_

To interact with Streamflow protocol (commercial version with full feature set), you can use the application, JS SDK or Rust SDK.


Security audit passed. Report here.

This Rust crate provides SPL timelock functionalities that can be used "out of the box" and integrated in other Solana programs.

Functionalities are:

  • create a vesting contract.
  • withdraw from a vesting contract.
  • cancel a vesting contract.
  • transfer_recipient of a vesting contract.
High level overview -- Overview

Check the docs to get familiar with the crate. Or check the reference program implementation where this crate is used.

Run python3 misc/makeidl.py > OUTPUTFILE.js to generate JS IDL to be used for easy (de)serialization of the program account data structs.

© 2026 GitRepoTrend · streamflow-finance/timelock-crate · Updated daily from GitHub