Front-End Integrations
Throughout this series, we've been focusing on creating an on-chain integration with Sablier. But maybe you're interested in developing a front-end app. No worries! In this guide, we'll provide some pointers on how to go about it.
Toolset
There's no one-size-fits-all toolset for building front-end integrations of Sablier but for this guide we'll recommend the following:
Project setup
Let's start by creating a new Next.js project:
npx create-next-app my-project
Proxy
note
This section is a stub.
Permit2
note
This section is a stub.