Overview
SuperX is a user interface tool that simplifies the process of creating and managing Superfluid streams in isolated environments. The application is hosted on Vercel and the contract is deployed on the Polygon Mumbai test network. SuperX was developed during ETHDenver 2022 to address the issue of perpetual streams on the Superfluid protocol.
Features
- Simple UI: SuperX provides a user-friendly interface for creating and managing Superfluid streams.
- Isolated Environments: Streams created on SuperX are isolated, ensuring that they automatically go insolvent after reaching a preset limit.
- Gasless Payments: Superfluid allows for gasless recurring crypto payments called streams, which can be easily managed on SuperX.
Installation
To deploy the contract, it is necessary to export the private key in a .env file. Follow the steps below to run the application:
- Install the dependencies using yarn.
- Start the application using one of the following commands:
yarn devfor development modeyarn buildto create an optimized production buildyarn startto start the application
Please note that SuperX is still under development, as it was originally created as a hackathon project.
Summary
SuperX is a tool designed to simplify the creation and management of Superfluid streams. It offers a simple user interface and operates in isolated environments, ensuring that streams automatically go insolvent after reaching a set limit. The application is hosted on Vercel and the contract is deployed on the Polygon Mumbai test network. Although SuperX is still in development, it provides a promising solution for managing perpetual streams on the Superfluid protocol.