Skip to content

sablier-labs/v2-merkle-api

Repository files navigation

Sablier V2 Merkle API Discord Twitter

A web API for generating and verifying Merkle trees used in Sablier V2.

For more details about Sablier, check out our website and our documentation.

Development and usage

To integrate the Sablier V2 Merkle API into your own product or if you want ro test locally please check here.

API

The API provides endpoints that support actions like: creating a campaign, checking eligibility for a particular address etc. For more details see endpoints

CSV

You can an example of a Rust CSV Generator here:

https://gist.github.com/gavriliumircea/2a9797f207a2a2f3832ddaa376337e8c

Contributing

Feel free to dive in! Open an issue, start a discussion or submit a PR.

Pre Requisites

You will need the following software on your machine:

Syntax Highlighting

You will need the following VSCode extensions:

Recommendations

We recommend forking this repository and running the merkle backend using your own infrastructure or a vercel environment hosted under an account you own. This guarantees you'll have more control over the up-time of the service, as well as access to add any custom features or optimisations you may require.

License

Sablier V2 Merkle API is licensed under GPL v3 or later.