0xSplits / splits-sdk

An SDK for building apps on top of 0xSplits
https://docs.splits.org/sdk
MIT License
32 stars 12 forks source link

Add support for vesting #2

Closed zjesko closed 1 year ago

zjesko commented 1 year ago

Is there a plan to add support for vesting type splits?

mihoward21 commented 1 year ago

Just to be clear, you are referring to the vesting streams available in our app (like this one)?

We are planning to add support for those to the SDK. Mostly just haven't been prioritizing it. Could probably get it added soon.

Is there specific functionality you are looking for? Could prioritize that if needed.

zjesko commented 1 year ago

Yes, I was talking about that. No specific functionality as such.

Was just curious, is the sdk being used in the frontend application?

mihoward21 commented 1 year ago

Yes we are using the sdk for our frontend. Obviously there is some functionality in the frontend that does not exist in the sdk, though we're working on adding all of that functionality that makes sense.

Have the vesting stuff in the latest beta of the sdk if you want to download that. Should have it in the latest production version and on our docs this week.

mihoward21 commented 1 year ago

This is live now and up on our docs: https://docs.0xsplits.xyz/sdk-info/vesting

Let us know if there's anything else you are looking for!